Difference between revisions of "Template:Groningen/CSS"

Line 304: Line 304:
 
@media only screen and (max-width: 1200px) {
 
@media only screen and (max-width: 1200px) {
 
#blok01, #blok02, #blok03, #blok04, #blok05, #blok06 {
 
#blok01, #blok02, #blok03, #blok04, #blok05, #blok06 {
position:relative !important;
+
    position: relative !important;
width:95%;
+
    width: 95% !important;
top:0 !important;
+
    top: 0 !important;
left: 0 !important;
+
    left: 0 !important;
margin:10px 0 10px 0 !important;
+
    margin: 50px 0 10px 0 !important;
 +
    background: #00973930;
 +
    padding: 20px;
 
  }
 
  }
 
.mainimg {display:none;}
 
.mainimg {display:none;}

Revision as of 08:46, 17 October 2018