Difference between revisions of "Template:UCopenhagen"

(Remove .footer)
(Make footer sticky to the bottom)
Line 56: Line 56:
 
<style>
 
<style>
 
     /* UCopenhagen Custom settings */
 
     /* UCopenhagen Custom settings */
 +
 +
    #mw-content-text {
 +
        min-height: 100vh;
 +
        display: grid;
 +
        grid-template-rows: 1fr auto;
 +
    }
 +
 +
    .pageContent {
 +
        grid-row-start: 1;
 +
        grid-row-end: 2;
 +
    }
  
  
Line 943: Line 954:
  
  
<div class="igem_2018_team_content">
+
<div class="igem_2018_team_content pageContent">
 
     <div class="igem_2018_team_column_wrapper">
 
     <div class="igem_2018_team_column_wrapper">
 
         <div class="clear extra_space"></div>
 
         <div class="clear extra_space"></div>
 
         <div class="clear extra_space"></div>
 
         <div class="clear extra_space"></div>

Revision as of 12:38, 10 August 2018