Skip to content

Commit 603f575

Browse files
committed
feat[design]: On mobile views lets put up a non height relative height so it doesn't broken on smaller devices
1 parent 09b26be commit 603f575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ h2 {
8585
@property --nav-height {
8686
syntax: "<length>";
8787
inherits: false;
88-
initial-value: 80vh;
88+
initial-value: 670px;
8989
}
9090
}
9191

0 commit comments

Comments
 (0)