Skip to content
Snippets Groups Projects
Commit 7d9dd43d authored by Greg Fodor's avatar Greg Fodor
Browse files

Add margin to secondary tagline

parent 2d6182b0
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,8 @@ body { ...@@ -89,6 +89,8 @@ body {
font-size: 1.5em; font-size: 1.5em;
text-align: center; text-align: center;
margin-top: 48px; margin-top: 48px;
margin-left: 12px;
margin-right: 12px;
@media(max-width: $mobile-breakpoint) { @media(max-width: $mobile-breakpoint) {
font-size: 1.3em; font-size: 1.3em;
...@@ -155,6 +157,7 @@ body { ...@@ -155,6 +157,7 @@ body {
:local(.download-button) { :local(.download-button) {
@extend %action-button; @extend %action-button;
@extend %wide-button; @extend %wide-button;
background-color: $spoke-action-color; background-color: $spoke-action-color;
margin-top: 64px; margin-top: 64px;
} }
......
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