change max-height to height for homepage body (#1527)

This commit is contained in:
Gandharv 2021-12-07 18:06:43 +05:30 committed by GitHub
parent 8eca3b4fe1
commit d8c3556d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -548,7 +548,7 @@ body {
.homepage-body {
overflow-y: hidden;
max-height: 100vh;
height: 100vh;
a {
color: inherit;
}