diff --git a/.superdesign/design_iterations/airoum_1_5.html b/.superdesign/design_iterations/airoum_1_5.html index f504015..d63d947 100644 --- a/.superdesign/design_iterations/airoum_1_5.html +++ b/.superdesign/design_iterations/airoum_1_5.html @@ -157,6 +157,13 @@ ::-webkit-scrollbar-thumb:hover { background: var(--pumpkin); } + html { + scroll-behavior: smooth; + } + /* Set scroll margin on sections to prevent them from being covered by the fixed nav */ + section[id] { + scroll-margin-top: 5rem; /* 80px */ + }
@@ -170,8 +177,8 @@
-
+