Commit 4d12ce61 by marcotuts

updated program dashboard listing mobile styling to reduce padding around the…

updated program dashboard listing mobile styling to reduce padding around the list and use new media query rules
parent 03e23523
.program-list-wrapper {
padding: $baseline;
@include media-breakpoint-up(sm) {
padding: $baseline;
}
}
.program-cards-container {
@include grid-container();
@include span(12);
@media (min-width: $bp-screen-md) {
@include media-breakpoint-up(sm) {
@include span(9);
}
}
......@@ -17,7 +20,7 @@
margin-bottom: $baseline;
@media (min-width: $bp-screen-md) {
@include media-breakpoint-up(sm) {
@include span(3);
}
......
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