Skip to content
Snippets Groups Projects
Commit 95fd315a authored by claraRigo's avatar claraRigo
Browse files

Margin instead of padding

parent d8b10a66
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,11 @@
margin-bottom: 0
.title
@include h3
padding-bottom: $spacing0
margin-bottom: $spacing0
@include media-breakpoint-up(desktop)
padding-bottom: 0
margin-bottom: 0
a
text-decoration: none
.more
@include icon(arrow-right, after, true)
padding-top: $spacing0
\ No newline at end of file
margin-top: $spacing0
\ No newline at end of file
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