Jump to content

MediaWiki:Common.css: Difference between revisions

From Violetech InWorld Wiki
m Responsive images (500px)
m fix
Line 6: Line 6:
/* Responsive image options */
/* Responsive image options */
.responsive-img-500 img {
.responsive-img-500 img {
width: 500px;
width: 100%;
max-width: 500px;
     height: auto;
     height: auto;
}
}

Revision as of 14:15, 22 February 2025

/* Wiki logo resize */
.mw-wiki-logo {
	background-size: 130px 130px;
}

/* Responsive image options */
.responsive-img-500 img {
	width: 100%;
	max-width: 500px;
    height: auto;
}