Fix "Get Started" button on small screens. (#1112)

This commit is contained in:
Caleb 2018-02-19 12:30:05 -07:00 committed by Jessica Parsons
parent 49894d9fd9
commit f294d39ed4

View File

@ -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;