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 264: | Line 264: | ||
#introDiv { | |||
width: 48.5%; | width: 48.5%; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | } | ||
#newsDiv { | |||
width: 100%; | width: 100%; | ||
} | } | ||
Line 276: | Line 276: | ||
/* GO FULL WIDTH AT LESS THAN 480 PIXELS */ | /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ | ||
@media only screen and (max-width: 1100px) { | @media only screen and (max-width: 1100px) | ||
{ | |||
#introDiv { | |||
width: 100%; | |||
} | |||
#newsDiv { | |||
width: 100%; | |||
} | |||
} | } | ||
#newsDiv { | #newsDiv { |