Commit 08822fbd by Patrick O'Carroll

added media break for md and sm

parent a17dbf9a
......@@ -248,6 +248,39 @@
background: $panel-bg;
}
@include media-breakpoint-down(md) {
.search-dropdown {
flex-direction: column;
}
.search-dropdown__col_1 {
height: 100%;
}
.search-dropdown__col_2 {
max-width: 700px;
flex-direction: row;
margin: 0;
justify-content: space-between;
height: 260px;
}
.search-filter-box {
margin: 0;
}
}
@include media-breakpoint-down(sm) {
.search-dropdown__col_2 {
flex-direction: column;
height: 100%;
}
.search-filter-box {
margin-bottom: 1.5rem;
}
}
@include media-breakpoint-down(xs) {
.search-container {
left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment