cleaning up mobile styling, functionality and styling for accordian

This commit is contained in:
Calvin Jhunjhnuwala
2021-06-23 23:28:43 -07:00
parent 8bd3a34a37
commit c23fa8675c
13 changed files with 173 additions and 57 deletions

View File

@@ -125,6 +125,9 @@ section {
}
.col-new {
margin: 20px;
@include media-breakpoint-down(md) {
margin: 20px 0;
}
}
}
@@ -230,7 +233,7 @@ $columns: 12; // Number of columns in the grid system
background-size: contain;
@include media-breakpoint-down(lg) {
margin: 24px;
margin: 24px 0;
}
@include media-breakpoint-down(sm) {
margin: 0 0 40px;