SKammerman (Talk | contribs) |
SKammerman (Talk | contribs) |
||
Line 30: | Line 30: | ||
display: table; | display: table; | ||
clear: both; | clear: both; | ||
+ | } | ||
+ | /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ | ||
+ | @media (max-width: 600px) { | ||
+ | .column { | ||
+ | width: 100%; | ||
+ | } | ||
} | } | ||
/* Create four equal columns that floats next to each other */ | /* Create four equal columns that floats next to each other */ |
Revision as of 18:57, 31 October 2017