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) {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user