feat(scss): improve 2 column style

This commit is contained in:
Jimmy Cai
2020-09-23 13:20:18 +02:00
parent b14ca5d15b
commit 26acceb37d
4 changed files with 121 additions and 89 deletions
-14
View File
@@ -23,19 +23,10 @@
}
@media (min-width: $on-phone + 1) {
width: 25%;
margin-right: 1%;
padding: var(--main-top-padding) 15px;
max-height: 100vh;
}
@media (min-width: $on-desktop) {
width: 20%;
}
@media (min-width: $on-desktop-large) {
width: 15%;
}
}
.right-sidebar {
@@ -50,14 +41,9 @@
}
@media (min-width: $on-tablet) {
width: 25%;
margin-left: 1%;
padding-top: 50px;
}
@media (min-width: $on-desktop + 1) {
width: 25%;
}
}
.site-info {