feature(header): add header config

This commit is contained in:
Dillon
2020-02-16 20:36:36 +08:00
parent d25cbf6cb6
commit 88576721cc
12 changed files with 142 additions and 81 deletions

View File

@@ -3,7 +3,7 @@
width: 100%;
max-width: 980px;
margin: 0 auto;
padding-top: 6rem;
padding-top: $page-padding-top-desktop;
}
@import "_single";