fix: update height property to use 100dvh for better responsiveness
Some checks failed
Code quality checks / biome (push) Failing after 12s

This commit is contained in:
Seth 2025-05-17 19:35:44 -04:00
parent 8197d1e733
commit 9110dbcb4a

View file

@ -9,7 +9,7 @@
html,
body {
height: 100vh;
height: 100dvh;
}
body {