update footer position: use dvh not vh for body

This commit is contained in:
Guilherme Rugai Freire 2024-07-21 01:45:24 -03:00
parent 0027dcbc79
commit 9c600d863e
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1

View File

@ -16,6 +16,7 @@ templ styles() {
color: #FEFEFE;
position: relative;
min-height: 100vh;
min-height: 100dvh; /* If the browser does not support dvh, use vh instead */
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {