2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

flip the columns, tweak some of the styles

This commit is contained in:
Mark Otto
2016-09-04 22:04:58 -07:00
parent 75232e6720
commit f235da05fd
4 changed files with 24 additions and 9 deletions
+4 -6
View File
@@ -2,12 +2,6 @@
// Side navigation
//
.bd-sidebar {
@include media-breakpoint-up(md) {
padding-left: 1rem;
}
}
.bd-search {
position: relative;
margin-bottom: 1.5rem;
@@ -22,6 +16,10 @@
background-color: #fff;
}
}
@include media-breakpoint-up(md) {
padding-right: 1rem;
}
}
.bd-search-results {