1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

added sensors pages and other minor changes

This commit is contained in:
2015-12-17 13:05:43 -06:00
parent 259e8f0eb0
commit fdd5ee34cb
9 changed files with 163 additions and 7 deletions

View File

@@ -26,6 +26,10 @@ a {
margin-top: 0px;
}
.large-text{
font-size: 100px;
}
.centerDiv{
position: relative;
top: 50%;
@@ -50,6 +54,9 @@ a {
.colorRed {
color: red;
}
.colorGreen {
color: green;
}
.timeForm {
width: 32.3%;
@@ -222,4 +229,10 @@ a {
.colorWhite{
color: white;
}
.mitchell-navbar{
border-radius: 0 !important;
background-color: #262626;
border: 0;
}