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!
Line 244: | Line 244: | ||
/* ------ FRONT PAGE ----------- */ | /* ------ FRONT PAGE ----------- */ | ||
.newsDiv { | |||
width: | |||
.frontpageTopSection { | |||
clear: both; | |||
padding: 0; | |||
margin: 0; | |||
} | |||
.frontpageTopSection .col { | |||
display: block; | |||
float: left; | |||
margin: 1% 0 1% 1.6%; | |||
} | |||
.frontpageTopSection .col:first-child { | |||
margin-left: 10px; | |||
} | |||
.frontpageTopSection #introDiv { | |||
width: 48.5%; | |||
margin-bottom: 20px; | |||
} | |||
.frontpageTopSection #newsDiv { | |||
width: 100%; | |||
} | |||
/* GO FULL WIDTH AT LESS THAN 480 PIXELS */ | |||
@media only screen and (max-width: 1100px) { | |||
.frontpageTopSection .span_2_of_2 { | |||
width: 100%; | |||
} | |||
.frontpageTopSection .span_1_of_2 { | |||
width: 100%; | |||
} | |||
} | |||
#newsDiv { | |||
padding: 0px 30px 30px 30px; | padding: 0px 30px 30px 30px; | ||
margin: 2px; | margin: 2px; | ||
Line 253: | Line 292: | ||
} | } | ||
#newsDiv li { | |||
margin-bottom: 15px; | margin-bottom: 15px; | ||
} | } |