Jump to content

MediaWiki:Common.css: Difference between revisions

max width for videos on large screens
No edit summary
(max width for videos on large screens)
Line 344: Line 344:
.ericism-reference p {
.ericism-reference p {
     margin: unset;
     margin: unset;
}
@media only screen and (min-width: 1280px)  {
 
.ericism-reference {
    max-width: 900px;
  }
 
}
}