Template:Gallery/styles.css

Template page
Revision as of 17:04, 1 March 2023 by Nomad (talk | contribs) (1 revision imported: Antares hozzáadva sctoolsról)
.template-gallery {
	margin-top: var( --space-md );
	display: flex;
	overflow: auto;
	gap: var( --space-xs );
}

.template-gallery a.mw-file-description {
	display: block;
    border-radius: var( --border-radius--small );
    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);
}