Template:Gallery/styles.css

Template page
< Template:Gallery
Revision as of 17:46, 7 June 2023 by Feelingkoi (talk | contribs) (Created page with ".template-gallery { display: flex; overflow: auto; } .template-gallery a.mw-file-description { display: block; overflow: hidden; } .template-gallery a.mw-file-description img { transition: transform 250ms ease; } .template-gallery a.mw-file-description:hover img { transform: scale(1.1); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.template-gallery {
	display: flex;
	overflow: auto;
}

.template-gallery a.mw-file-description {
	display: block;
    overflow: hidden;
}

.template-gallery a.mw-file-description img {
    transition: transform 250ms ease;
}

.template-gallery a.mw-file-description:hover img {
    transform: scale(1.1);
}