Improving signup CTA padding
This commit is contained in:
parent
8d86e49845
commit
606670815c
|
@ -630,3 +630,13 @@ and (max-width : 767px) {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signup-cta {
|
||||||
|
a {
|
||||||
|
float: right;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.buttons {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -947,10 +947,6 @@ span.highlighted {
|
||||||
|
|
||||||
.signup-cta {
|
.signup-cta {
|
||||||
width: $topic-body-width;
|
width: $topic-body-width;
|
||||||
a {
|
|
||||||
float: right;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tablet (portrait) ----------- */
|
/* Tablet (portrait) ----------- */
|
||||||
|
|
|
@ -466,8 +466,6 @@ span.highlighted {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: calc(100% - 50px);
|
width: calc(100% - 50px);
|
||||||
a {
|
a {
|
||||||
float: right;
|
|
||||||
text-decoration: underline;
|
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Reference in New Issue