Template:Columns.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
| Line 8: | Line 7: | ||
.flex-row { | .flex-row { | ||
flex-direction: row; | flex-direction: row; | ||
gap: 1rem; | |||
} | } | ||
} | } | ||
.flex-row-col { | .flex-row-col { | ||
flex | flex: 1; | ||
} | } | ||