MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Shornstein (talk | contribs) No edit summary |
Shornstein (talk | contribs) No edit summary |
||
Line 1,477: | Line 1,477: | ||
font-style: small; | font-style: small; | ||
} | } | ||
.ios-gallery-container { | |||
display: flex; | |||
justify-content: flex-start; | |||
flex-wrap: wrap; | |||
gap: 20px; | |||
} | |||
.ios-gallery-item { | |||
width: 250px; | |||
text-align: center; | |||
} | |||
.ios-gallery-image { | |||
border-radius: 30px; | |||
overflow: hidden; | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); | |||
} | |||
.ios-gallery-image img { | |||
width: 100%; | |||
height: auto; | |||
display: block; | |||
} | |||
.ios-gallery-text { | |||
margin-top: 10px; | |||
margin-bottom: 10px; | |||
} |