Difference between revisions of "MediaWiki: Tweeki.css"

From A Wiki of Ice and Fire
Jump to: navigation, search
(Blanked the page)
(Tag: Blanking)
Line 1: Line 1:
 
+
@media (min-width:1380px) {
 +
  .sidebar-container {
 +
      width: inherit;
 +
      min-width: 400px;
 +
      max-width: 400px;
 +
      float: left;
 +
      position:relative;
 +
  }
 +
}

Revision as of 17:35, 26 June 2018

@media (min-width:1380px) {
  .sidebar-container {
      width: inherit;
      min-width: 400px;
      max-width: 400px;
      float: left;
      position:relative;
  }
}