Template:ROH Soldier/styles.css: Difference between revisions

change flex behaviour for screen less than 800px
(additional responsive layout for 800px screen size)
(change flex behaviour for screen less than 800px)
Line 7:
 
.roh-column {
flex: 0 1 auto; /* Same as initial */
max-width: 100%;
margin: 5px;
Line 14:
@media (max-width: 800px) {
.roh-column {
flex: 100%0 1 auto;
max-width: 100%;
}