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

Line 164: Line 164:
 
   list-style-position:outside;  
 
   list-style-position:outside;  
 
    
 
    
 +
}
 +
 +
// Get boxes on home page to be the same height
 +
@media only screen and (min-width : 481px) {
 +
    .flex-row {
 +
        display: flex;
 +
        flex-wrap: wrap;
 +
    }
 +
    .flex-row > [class*='col-'] {
 +
        display: flex;
 +
        flex-direction: column;
 +
    }
 +
    .flex-row.row:after,
 +
    .flex-row.row:before {
 +
        display: flex;
 +
    }
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 19:48, 17 October 2016