Module:Random slideshow/sandbox/styles.css: Difference between revisions

Content deleted Content added
Center gallery items within the gallery container
Mobile: Allow descriptions to take up the full width of the containers
Line 65:
}
 
/* Allow descriptions to take up the full width of the container */
.randomSlideshow-container ul.gallery:first-child .gallerybox {
width: 100% !important; /* overrides inline style */
}
.randomSlideshow-container ul.gallery:first-child .gallerybox > div,
.randomSlideshow-container ul.gallery:first-child .gallerybox > div > div {
width: inherit !important; /* overrides inline style */
max-width: 100%;
text-align: center;
}
 
/*******************************************************************************