(11 intermediate revisions by the same user not shown) | |||
Line 126: | Line 126: | ||
#FourCols img{ | #FourCols img{ | ||
display: inline-block; | display: inline-block; | ||
− | max-width: | + | max-width: 21%; |
padding: 2%; | padding: 2%; | ||
} | } | ||
#TopBar{ | #TopBar{ | ||
− | |||
/* position: fixed; */ /*Set the navbar to fixed position */ | /* position: fixed; */ /*Set the navbar to fixed position */ | ||
top: 0; /* Position the navbar at the top of the page */ | top: 0; /* Position the navbar at the top of the page */ | ||
− | text-align: | + | text-align: left; |
background-color: #d24f2b; | background-color: #d24f2b; | ||
list-style: none; | list-style: none; | ||
Line 211: | Line 210: | ||
.toggle-menu{ | .toggle-menu{ | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #drop{ | ||
+ | margin-top: -1rem; | ||
} | } | ||
Line 231: | Line 234: | ||
flex-flow: row; | flex-flow: row; | ||
justify-content: space-between; | justify-content: space-between; | ||
− | align-items: | + | align-items: left; |
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Line 353: | Line 356: | ||
padding: 0.5rem; | padding: 0.5rem; | ||
margin: 0; | margin: 0; | ||
− | width: | + | width: 97%; |
} | } | ||
Line 389: | Line 392: | ||
margin: 1rem auto; | margin: 1rem auto; | ||
background-color: #65998f; | background-color: #65998f; | ||
− | text-align: | + | text-align: left; |
color: #fff !important; | color: #fff !important; | ||
padding: 1rem; | padding: 1rem; |
Latest revision as of 22:33, 31 October 2017