fix: wrong body height calc on mid+ viewport

This commit is contained in:
2024-08-03 22:54:25 +01:00
parent 8b614787c8
commit 7ea7765404

View File

@@ -42,7 +42,7 @@ body {
body {
width: calc(100% - 8rem - 2px);
height: calc(100vh - 10rem - 2px);
height: calc(100svh - 6rem - 2px);
height: calc(100svh - 10rem - 2px);
padding: 4rem;
}
}