@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; } } } }