change min height vh to %

This commit is contained in:
bingus_violet 2024-03-29 20:41:17 -05:00
parent 47286cda59
commit bd80d1ba0d

View file

@ -59,11 +59,13 @@ body {
background-attachment: local;
min-height: 100vh;
animation: hideContent 2.5s;
}
body, html {
min-height: 100%;
}
a {
display: inline-block;
transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);