Skip to content
Snippets Groups Projects
Commit b450cdf1 authored by alexisben's avatar alexisben
Browse files

reduce cta block actions button margin

parent 1bc63db1
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,8 @@ $btn-font-size-desktop: px2rem(18) !default // TODO
$btn-font-size: px2rem(14) !default
$btn-padding-x-desktop: $spacing1 !default
$btn-padding-y-desktop: px2rem(15) !default
$btn-padding-x: px2rem(20) !default
$btn-padding-y: px2rem(13) !default
$btn-padding-x: $spacing1 !default
$btn-padding-y: $spacing0 !default
$btn-border-radius: px2rem(4) !default
// Form
......
......@@ -20,7 +20,7 @@
a
@include meta
color: $block-call-to-action-color
margin-right: $spacing2
margin-right: $spacing1
margin-top: $spacing1
text-decoration-color: rgba($block-call-to-action-color, .3)
display: inline-block
......
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