Template:Columns.css: Difference between revisions
Template page
More actions
Admin created the page Template:Columns.css using a non-default content model "Sanitised CSS" |
No edit summary |
||
| Line 1: | Line 1: | ||
.flex-row { | |||
flex-direction: column; | |||
gap: 1rem; | |||
} | |||
@media all and ( min-width: 720px ) { | |||
.flex-row { | |||
flex-direction: row; | |||
} | |||
} | |||
.flex-row-col { | |||
} | |||