fix: correct CSS flex-direction property name to fix page layout flow
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ── LAYOUT ── */
|
/* ── LAYOUT ── */
|
||||||
.page { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-col: column; }
|
.page { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-direction: column; }
|
||||||
|
|
||||||
/* ── NAVBAR ── */
|
/* ── NAVBAR ── */
|
||||||
.nav {
|
.nav {
|
||||||
|
|||||||
Reference in New Issue
Block a user