chore(header): remove all dummy-targets and update smooth scroll

This commit is contained in:
Dillon
2020-02-16 16:42:14 +08:00
parent 4aac6b98a5
commit 69688661f4
11 changed files with 55 additions and 81 deletions

View File

@@ -32,7 +32,7 @@
}
@media only screen and (max-width: 960px) {
header.desktop {
#header-desktop {
.header-wrapper {
margin: 0 1rem;
}
@@ -52,11 +52,11 @@
}
@media only screen and (max-width: 560px) {
header.desktop {
#header-desktop {
display: none;
}
header.mobile {
#header-mobile {
display: block;
}