Difference between revisions of "Template:Freiburg/CSS"

Line 421: Line 421:
 
}
 
}
  
.floatbox.left{
+
@media screen and (min-width: 601px){
    float: left;
+
    .floatbox.left{
 +
        float: left;
 +
    }
 +
 
 +
    .floatbox.right{
 +
        float: right;
 +
    }
 
}
 
}
  
.floatbox.right{
+
@media screen and (max-width: 600px){
    float: right;
+
    .floatbox{
 +
        float: none;
 +
    }
 
}
 
}
  

Revision as of 17:54, 2 September 2015