MediaWiki:Common.css: Difference between revisions
From LHDB
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
.gallery { | .gallery { | ||
margin: 0 !important; | margin: 0 !important; | ||
} | |||
@media (max-width: 576px) { /*"xxx" the width of window*/ | |||
.thumb { | |||
width:100%; | |||
} | |||
} | } |