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

_sass: Remove margin-bottom from module-days:last-child

parent 6765affb
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@
grid-template-columns: max-content 1fr;
margin: $sp-2 (-$sp-4);
&:last-child {
margin-bottom: 0;
}
@include mq(lg) {
grid-template-columns: 1fr 7fr;
}
......
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