Skip to content
Snippets Groups Projects
Commit 08e438d0 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent d2a16b9e
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,11 @@ h2
text-transform: uppercase
.row-small
margin-right: calc(-.5 * #{$spacing1})
margin-left: calc(-.5 * #{$spacing1})
margin-right: calc(-.5 * #{$spacing1})
> *
padding-right: calc(.5 * #{$spacing1})
padding-left: calc(.5 * #{$spacing1})
padding-right: calc(.5 * #{$spacing1})
a
text-decoration: none
text-decoration-thickness: 1px
......
......@@ -6,7 +6,7 @@ $color-border: rgba(0, 0, 0, 0.1)
$color-background-alt: #F2F2F2
$color-background: #FFFFFF
$color-valid: #bedabe
$color-valid: #BEDABE
// Spacing
$spacing0: px2rem(12)
......
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