Difference between revisions of "Template:NYMU-Taipei"

Line 222: Line 222:
  
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
html {
 
height:100%;
 
}
 
 
 
/* Background color */
 
/* Background color */
 
body{
 
body{
 
background-color:#f6ffb2;
 
background-color:#f6ffb2;
height: 100%;
 
 
}
 
}
  
Line 241: Line 236:
 
font-family:'Fresca',sans-serif;
 
font-family:'Fresca',sans-serif;
 
padding-bottom:250px;
 
padding-bottom:250px;
min-height:100%;
+
min-height:calc(100vh - 250px);
 
}
 
}
 
 

Revision as of 02:26, 6 July 2017