Difference between revisions of "Team:Marburg/test"

Line 12: Line 12:
 
         top: 0;
 
         top: 0;
 
         left: 0;
 
         left: 0;
         width: calc(100vw - 15px);
+
         width: 100vw;
         max-width: calc(100vw - 15px);
+
         max-width: 100vw;
 
         height: 100vh;
 
         height: 100vh;
         max-height: 100vh;
+
         max-height: calc(100vh - 18px);
 
         overflow: hidden;
 
         overflow: hidden;
 
         background: yellow;
 
         background: yellow;

Revision as of 15:50, 21 July 2019