Difference between revisions of "Template:Team:UGent Belgium/customCSS"

Line 35: Line 35:
 
}
 
}
 
   
 
   
.vcenter {
+
.displaytable {
  display: flex;
+
    display: table;
  align-items: center;
+
    table-layout: fixed;
  justify-content: center;
+
}
  flex-direction: row;
+
 
 +
.displaycell {
 +
    display:table-cell;
 +
    vertical-align:middle;
 +
    text-align:center;
 
}
 
}
  

Revision as of 23:21, 31 August 2016