feat(style): adjust style of header, tags and dynamic-to-top button

This commit is contained in:
Dillon
2020-03-14 14:42:12 +08:00
parent d8bfd23ace
commit 3d9aad3205
23 changed files with 146 additions and 130 deletions

View File

@@ -31,7 +31,7 @@
@media only screen and (max-width: 960px) {
#header-desktop {
.header-wrapper {
margin: 0 1rem;
padding: 0 1rem;
}
}
@@ -48,7 +48,7 @@
}
}
@media only screen and (max-width: 720px) {
@media only screen and (max-width: 680px) {
#header-desktop {
display: none;
}