MediaWiki:Minerva.css: Difference between revisions
(Columns don't work so well on mobile, pray for good specificity to the benevolent God of CSS.) |
(Sinning on Christmas with !important) |
||
Line 1: | Line 1: | ||
/* Columns and mobile don't mix */ | /* Columns and mobile don't mix */ | ||
#main-page-elin>ul { | @media all and (max-width:480px) { | ||
#main-page-elin>ul { | |||
column-count: 1 !important; | |||
} | |||
} | } |