diff --git a/src/assets/scss/header.scss b/src/assets/scss/header.scss index 82aaff2..f938e8a 100644 --- a/src/assets/scss/header.scss +++ b/src/assets/scss/header.scss @@ -35,7 +35,8 @@ $font-header-apply: "Noto Serif CJK TC -Black"; background-color: $white; &--sticky { - position: fixed; + // position: fixed; + position: sticky; z-index: 99; left: 6%; top: 65px; diff --git a/src/assets/scss/home/home.scss b/src/assets/scss/home/home.scss index c940fe1..2203112 100644 --- a/src/assets/scss/home/home.scss +++ b/src/assets/scss/home/home.scss @@ -130,7 +130,7 @@ $font-home-button: "Noto Serif CJK TC -Black"; .section { &-title { - margin-top: 150px; + margin-top: 88px; @include sectionTitleHeight; // background-color: chartreuse; }