Difference between revisions of "Template:DTU-Denmark/mainCSS"

Line 11: Line 11:
 
    
 
    
 
}
 
}
 +
 +
article {
 +
  -webkit-column-count: 2;
 +
  -moz-column-count: 2;
 +
  column-count: 2;
 +
background-color:#ffffff03;
 +
}
 +
  
 
.dontbreakarticle{
 
.dontbreakarticle{
Line 1,186: Line 1,194:
  
 
}
 
}
 +
 +
article {
 +
  -webkit-column-count: 1;
 +
  -moz-column-count: 1;
 +
  column-count: 1;
 +
}
 +
 
.col-xs-3 {
 
.col-xs-3 {
 
     width: 100%;
 
     width: 100%;

Revision as of 14:52, 14 August 2019