Difference between revisions of "Template:Freiburg/CSS"

Line 472: Line 472:
 
}
 
}
  
 +
/* upwards navigation blob */
  
 +
#upwards_blob{
 +
    display: none;
 +
}
 +
 +
@media screen and (min-width: 1021px){
 +
    #upwards_blob{
 +
        display: block;
 +
        position: fixed;
 +
        right: 3%;
 +
        bottom: 3%;
 +
    }
 +
}
 
/* ============= END: Important Site setup ============= */
 
/* ============= END: Important Site setup ============= */
  

Revision as of 15:20, 6 September 2015