feat: improve top padding and article toolbar style
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user