(13 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: | + | 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 203: | Line 202: | ||
background: #f7e1d7; | background: #f7e1d7; | ||
text-align: center; | text-align: center; | ||
− | |||
padding: 1rem; | padding: 1rem; | ||
padding-top: 0; | padding-top: 0; | ||
Line 212: | Line 210: | ||
.toggle-menu{ | .toggle-menu{ | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #drop{ | ||
+ | margin-top: -1rem; | ||
} | } | ||
Line 232: | 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 354: | Line 356: | ||
padding: 0.5rem; | padding: 0.5rem; | ||
margin: 0; | margin: 0; | ||
− | width: | + | width: 97%; |
} | } | ||
Line 390: | 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