Skip to content
Snippets Groups Projects
Commit 698121bc authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Full-width cards on smaller devices

parent 9511c82f
No related branches found
No related tags found
No related merge requests found
@mixin abstract-card() {
border-radius: $border-radius;
box-shadow: $box-shadow;
margin-left: -$gutter-spacing-sm;
margin-right: -$gutter-spacing-sm;
margin-bottom: $sp-4;
@include mq(md) {
border-radius: $border-radius;
margin-left: 0;
margin-right: 0;
}
>*:last-child {
margin-bottom: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment