Difference between revisions of "Template:Marburg"

Line 19: Line 19:
 
         overflow: hidden;
 
         overflow: hidden;
 
       }
 
       }
 +
 +
main {
 +
        min-height: calc(100% - 144px);
 +
        padding: 2rem 1rem;
 +
      }
 +
 +
      .main {
 +
        min-height: calc(100vh - 52px);
 +
        height: calc(100vh - 52px);
 +
        max-height: calc(100vh - 52px);
 +
        overflow: auto;
 +
      }
 +
  
 
       .foo {
 
       .foo {

Revision as of 15:35, 24 July 2019