MediaWiki:Common.css: Difference between revisions

From LHDB
No edit summary
No edit summary
Line 10: Line 10:


@media (max-width: 576px) { /*"xxx" the width of window*/
@media (max-width: 576px) { /*"xxx" the width of window*/
   .thumbinner {
   .desc {
     width:100%;
     width:100%;
   }
   }
}
}

Revision as of 12:28, 17 October 2024

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

.gallery {
	margin: 0 !important;
}

@media (max-width: 576px) { /*"xxx" the width of window*/
  .desc  {
    width:100%;
  }
}