mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
18 lines
409 B
Plaintext
18 lines
409 B
Plaintext
|
@import 'minerva.variables';
|
||
|
@import 'minerva.mixins';
|
||
|
|
||
|
// Hacks to render galleries and multicol tables better on mobile
|
||
|
@media all and ( max-width: @deviceWidthTablet ) {
|
||
|
|
||
|
// Center images that might be less than the screen width.
|
||
|
// Image will appear centered and caption will take up full screen.
|
||
|
.gallery {
|
||
|
.gallerybox {
|
||
|
width: 100% !important;
|
||
|
div {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|