forked from seth/ipv4.army
fix: update height property to use 100dvh for better responsiveness
This commit is contained in:
parent
8197d1e733
commit
9110dbcb4a
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100vh;
|
height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Reference in a new issue