change min height vh to %
This commit is contained in:
parent
47286cda59
commit
bd80d1ba0d
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue