浏览代码

Revert back to vh

dvh causes micro jumps when scrolling near the top of the page which looks glitchy
Svilen Markov 1 年之前
父节点
当前提交
48d4d4e966
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/assets/static/main.css

+ 1 - 1
internal/assets/static/main.css

@@ -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;