mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Improve style pt. 3 (breakpoints)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
@include media-breakpoint-down(sm) {
|
||||
flex-direction: column;
|
||||
|
||||
.sidebar {
|
||||
@@ -24,10 +24,10 @@
|
||||
width: 100%;
|
||||
top: 0;
|
||||
|
||||
.sidebarBox {
|
||||
width: 100%;
|
||||
}
|
||||
.sidebarBox { width: 100%; }
|
||||
}
|
||||
|
||||
.postList { width: 100%; }
|
||||
}
|
||||
|
||||
.newBoardContainer {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
width: 32%;
|
||||
background-color: $astuto-grey;
|
||||
|
||||
@media (max-width: 800px) {
|
||||
@include media-breakpoint-down(sm) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user