Difference between revisions of "Template:Goettingen/CSS"

Line 947: Line 947:
  
  
.rack {
 
    display:table;
 
    width: 100%;
 
    margin-top: -50px;
 
    padding: 50px 0 0 0; /*set left/right padding according to needs*/
 
    box-sizing: border-box;
 
}
 
  
 
.row {
 
    height: 100%;
 
    display: table-row;
 
margin:10px;
 
}
 
  
  
Line 970: Line 957:
 
}
 
}
  
vspace {
+
.row-eq-height {
width:10px;
+
  display: -webkit-box;
height:10px;
+
  display: -webkit-flex;
 +
  display: -ms-flexbox;
 +
  display:         flex;
 
}
 
}
  

Revision as of 21:57, 14 October 2016