Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Columns.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 12: Line 12:


.flex-row-col {
.flex-row-col {
 
    flex-grow: 1;
}
}

Revision as of 10:15, 24 October 2025

.flex-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media all and ( min-width: 720px ) {
    .flex-row {
        flex-direction: row;
    }
}

.flex-row-col {
    flex-grow: 1;
}