diff --git a/website/src/css/imports/header.css b/website/src/css/imports/header.css index 12137528..1493bc7d 100644 --- a/website/src/css/imports/header.css +++ b/website/src/css/imports/header.css @@ -183,7 +183,7 @@ header { border-radius: 4px; background-color: rgba(255,255,255,0.1); color: white; - margin: 0 $micro 0 $tiny; + margin: 0 0 0 $tiny; padding-bottom: 9px; text-align: left; text-decoration: none; @@ -224,6 +224,9 @@ header { width: initial; } } + .cta-header { + margin-left: $micro; + } .cta-header a { display: inline-block; color: white;