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

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