BambooPanda (Talk | contribs) |
|||
Line 434: | Line 434: | ||
display: table; | display: table; | ||
clear: both; | clear: both; | ||
+ | } | ||
+ | |||
+ | /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */ | ||
+ | @media screen and (max-width: 600px) { | ||
+ | .column { | ||
+ | width: 100%; | ||
+ | } | ||
} | } | ||
Revision as of 17:57, 15 October 2018