Skip to content
Snippets Groups Projects
Commit 1c4323b6 authored by Kevin Lin's avatar Kevin Lin
Browse files

_sass: Fix calculation error in abstract-card margin

parent f08e0623
No related branches found
No related tags found
No related merge requests found
@mixin abstract-card() {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
margin: $sp-4 -$gutter-spacing-sm;
margin: $sp-4 (-$gutter-spacing-sm);
@include mq(md) {
border-radius: $border-radius;
......
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