MediaWiki:Common.css: Difference between revisions

From LHDB
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 7: Line 7:
.gallery {
.gallery {
margin: 0 !important;
margin: 0 !important;
}
@media (max-width: 576px) { /*"xxx" the width of window*/
  .thumb  {
    width:100vw !important;
  }
}
}

Revision as of 12:15, 17 October 2024

/* CSS placed here will be applied to all skins */
.res-img img {
	max-width:100vw;
	height:auto;
}

.gallery {
	margin: 0 !important;
}