feat: improve top padding and article toolbar style

This commit is contained in:
Jimmy Cai
2020-09-07 11:34:28 +02:00
parent 829678936b
commit 634e6ce96b
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
@media (min-width: $on-phone + 1) {
width: 25%;
margin-right: 1%;
padding: 50px 15px;
padding: var(--main-top-padding) 15px;
max-height: 100vh;
}