bg: fix rendering issues and improve speed

This commit is contained in:
Naman Sood 2021-06-16 04:33:45 -04:00 committed by GitHub
parent b08461ce82
commit 115d5ed946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 40 deletions

View file

@ -448,7 +448,7 @@ footer {
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.225s ease;
will-change: opacity;
}
@media (min-width: 1800px) {

View file

@ -517,7 +517,8 @@ footer {
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.225s ease;
//transition: all 0.225s linear;
will-change: opacity;
}
}
@ -540,4 +541,4 @@ footer {
html {
font-size: 36px;
}
}
}