Difference between revisions of "Template:Goettingen/CSS"

Line 140: Line 140:
  
 
/************************* SIDE BAR  *************************/
 
/************************* SIDE BAR  *************************/
 +
 +
html,body,.container {
 +
    height:100%;
 +
}
 +
  
 
/* Side Bar */
 
/* Side Bar */
Line 438: Line 443:
  
 
/***************************** FONTS, HEADINGS, DIVS, etc. ********************************/
 
/***************************** FONTS, HEADINGS, DIVS, etc. ********************************/
 
html,body {
 
    height:100%;
 
}
 
 
  
 
#bodyContent{
 
#bodyContent{
Line 953: Line 953:
 
     padding: 50px 0 0 0; /*set left/right padding according to needs*/
 
     padding: 50px 0 0 0; /*set left/right padding according to needs*/
 
     box-sizing: border-box;
 
     box-sizing: border-box;
 +
}
 +
 +
 +
.rack .row {
 +
    height: 100%;
 +
    display: table-row;
 +
}
 +
 +
.row .no-float {
 +
  display: table-cell;
 +
  float: none;
 +
}
 +
 +
 +
@media (min-width: 992px) {
 +
  .row .no-float {
 +
      display: table-cell;
 +
      float: none;
 +
  }
 
}
 
}
  

Revision as of 20:59, 14 October 2016