Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 10:15, 24 October 2025 by Admin (talk | contribs)

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

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

.flex-row-col {

}