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;
|
border-radius: 4px;
|
||||||
background-color: rgba(255,255,255,0.1);
|
background-color: rgba(255,255,255,0.1);
|
||||||
color: white;
|
color: white;
|
||||||
margin: 0 $micro 0 $tiny;
|
margin: 0 0 0 $tiny;
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -224,6 +224,9 @@ header {
|
|||||||
width: initial;
|
width: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.cta-header {
|
||||||
|
margin-left: $micro;
|
||||||
|
}
|
||||||
.cta-header a {
|
.cta-header a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: white;
|
color: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user