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

additional responsive layout for 800px screen size
(removed padding from column)
(additional responsive layout for 800px screen size)
Line 1:
/* Responsive layout for displaying the image above the table when the screen size is reduced */
.row {
display: flex;
Line 9 ⟶ 10:
max-width: 100%;
margin: 5px;
}
 
@media (max-width: 800px) {
.roh-column {
flex: 100%;
max-width: 100%;
}
}