Difference between revisions of "MediaWiki:Common.css"

83 bytes removed ,  07:30, 25 December 2018
no edit summary
Line 264: Line 264:


   
   
.frontpageTopSection #introDiv {
#introDiv {
width: 48.5%;
width: 48.5%;
margin-bottom: 20px;
margin-bottom: 20px;
}
}


.frontpageTopSection #newsDiv {
#newsDiv {
width: 100%;
width: 100%;
}
}
Line 276: Line 276:


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 1100px) {
@media only screen and (max-width: 1100px)  
.frontpageTopSection .span_2_of_2 {
  {
width: 100%;
 
}
#introDiv {
width: 100%;
  }
.frontpageTopSection .span_1_of_2 {
#newsDiv {
width: 100%;
width: 100%;
}
}
}
  }
 


#newsDiv {
#newsDiv {