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

Content deleted Content added
Mobile: Allow descriptions to take up the full width of the containers
Make radio inputs bigger, and aligned to the center
Line 34:
.randomSlideshow-container ul.gallery:first-child input {
vertical-align: middle;
}
/* Make radio inputs bigger */
.randomSlideshow-container ul.gallery:first-child input {
transform: scale(1.4)
}
 
Line 63 ⟶ 67:
transform: translateX(-50%);
display: inline-block;
text-align:center; /* show the radio inputs in the center horizontally */
}