Revert back to vh

dvh causes micro jumps when scrolling near the top of the page which looks glitchy
This commit is contained in:
Svilen Markov 2024-05-14 06:28:42 +01:00
parent 7743664527
commit 48d4d4e966

View File

@ -1134,7 +1134,7 @@ body {
.mobile-reachability-header {
display: block;
font-size: 3rem;
padding: 10dvh 1rem;
padding: 10vh 1rem;
text-align: center;
color: var(--color-text-highlight);
animation: pageColumnsEntrance .3s cubic-bezier(0.25, 1, 0.5, 1) backwards;