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
+5 -1
View File
@@ -1,6 +1,10 @@
@import "variables.scss";
.article-page {
@media (min-width: $on-phone) and (max-width: $on-tablet) {
--main-top-padding: 30px;
}
.left-sidebar {
@media (max-width: $on-tablet) {
display: none;
@@ -99,7 +103,7 @@
align-items: center;
@media (max-width: $on-phone) {
margin-top: 15px;
margin-top: 20px;
}
@media (min-width: $on-tablet) {