Fix "Get Started" button on small screens. (#1112)
This commit is contained in:
parent
49894d9fd9
commit
f294d39ed4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user