MediaWiki:Gadget-ResponsiveStyle.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→Responsive CSS applied to both desktop and mobile: ") |
No edit summary |
||
Line 1: | Line 1: | ||
/* Responsive CSS applied to both desktop and mobile */ | /* Responsive CSS applied to both desktop and mobile */ | ||
@media all and (max-width: 719px) { | |||
.medialist.listenlist { | |||
width: auto !important; | |||
} | |||
.notice#spoiler { | |||
padding: 2px 6px !important; | |||
margin: 18px 6px !important; | |||
} | |||
.columns { | |||
column-count: 2 !important; | |||
} | |||
} |