docs: update theme preview and translation (#262)

This commit is contained in:
Dillon
2020-04-26 23:00:29 +08:00
committed by GitHub
parent a4439ad596
commit 19c7da333d
55 changed files with 728 additions and 114 deletions

View File

@@ -2,12 +2,28 @@
.page {
width: 56%;
}
#header-desktop .header-wrapper {
padding: 0 8vw;
}
.search-dropdown.desktop {
right: 8vw;
}
}
@media only screen and (max-width: 1200px) {
.page {
width: 52%;
}
#header-desktop .header-wrapper {
padding: 0 4vw;
}
.search-dropdown.desktop {
right: 4vw;
}
}
@media only screen and (max-width: 960px) {