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%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
<nav class="navbar navbar-expand-md navbar-light">
|
||||
<div class="container">
|
||||
<%= link_to 'Astuto', root_path, class: 'navbar-brand' %>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
||||
Reference in New Issue
Block a user