Improving signup CTA padding

This commit is contained in:
Kris 2018-04-25 21:59:47 -04:00
parent 8d86e49845
commit 606670815c
3 changed files with 10 additions and 6 deletions

View File

@ -630,3 +630,13 @@ and (max-width : 767px) {
clear: left;
}
}
.signup-cta {
a {
float: right;
text-decoration: underline;
}
.buttons {
margin-bottom: 1em;
}
}

View File

@ -947,10 +947,6 @@ span.highlighted {
.signup-cta {
width: $topic-body-width;
a {
float: right;
text-decoration: underline;
}
}
/* Tablet (portrait) ----------- */

View File

@ -466,8 +466,6 @@ span.highlighted {
margin-right: auto;
width: calc(100% - 50px);
a {
float: right;
text-decoration: underline;
margin-top: 7px;
}
button {