fix: use svh unit for larger viewports as well

This commit is contained in:
2024-08-01 16:04:02 +01:00
parent 47e22083e5
commit 8b614787c8

View File

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