2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
(sorry for all the css tweaks. I'm a nut.) |
|||
Line 253: | Line 253: | ||
. | .two-columns { | ||
display: block; | display: block; | ||
clear: both; | clear: both; | ||
overflow: hidden; | overflow: hidden; | ||
width: 45%; | |||
float:left; | |||
} | } | ||
# | |||
.two-columns #col-1 { | |||
margin: 0px 30px 0px 0px; | margin: 0px 30px 0px 0px; | ||
} | } | ||
# | .two-columns #col-2 { | ||
padding: 0px 10px 20px 10px; | padding: 0px 10px 20px 10px; | ||
margin: 0px 0px 0px 0px; | margin: 0px 0px 0px 0px; | ||
} | |||
.two-columns li { | |||
margin-bottom: 15px; | |||
} | |||
.two-columns .highlight { | |||
background-color: #dbe8f1; | background-color: #dbe8f1; | ||
border: 2px dashed #9ad8fd; | border: 2px dashed #9ad8fd; | ||
} | } | ||
@media only screen and (max-width: 750px) | |||
@media only screen and (max-width: | |||
{ | { | ||
# | .two-columns #col-1 { | ||
width: 100%; | width: 100%; | ||
} | } | ||
# | .two-columns #col-2 { | ||
width: 100%; | width: 100%; | ||
} | } | ||
Line 296: | Line 299: | ||
/* ------ END FRONT PAGE ----------- */ | /* ------ END FRONT PAGE ----------- */ |