summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index 18fc326..03103b5 100644
--- a/style.scss
+++ b/style.scss
@@ -70,7 +70,7 @@ h6 {
font-family: $inter;
color: #d9d9d9;
font-weight: bold;
- /* scroll-margin-top: 125px; */
+ scroll-margin-top: 125px;
line-height: 1.5;
margin: 15px 0 15px;
@@ -78,7 +78,7 @@ h6 {
@include mobile {
line-height: 1.5;
- /* scroll-margin-top: 160px; */
+ scroll-margin-top: 160px;
}
}