💻 compress

This commit is contained in:
Van
2018-09-25 12:46:29 +08:00
parent ec1c878bf2
commit 77adf1de74
3 changed files with 7 additions and 3 deletions

View File

@@ -611,10 +611,14 @@ blockquote {
display: inline-block;
line-height: 61px;
width: 50%;
overflow: hidden;
overflow: auto;
white-space: nowrap;
}
.header h1::-webkit-scrollbar {
display: none;
}
.header--fixed {
position: fixed;
width: 100%;

File diff suppressed because one or more lines are too long