Skip to content

Commit f294d39

Browse files
tech4him1verythorough
authored andcommitted
Fix "Get Started" button on small screens. (#1112)
1 parent 49894d9 commit f294d39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/src/css/imports/header.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ header {
183183
border-radius: 4px;
184184
background-color: rgba(255,255,255,0.1);
185185
color: white;
186-
margin: 0 $micro 0 $tiny;
186+
margin: 0 0 0 $tiny;
187187
padding-bottom: 9px;
188188
text-align: left;
189189
text-decoration: none;
@@ -224,6 +224,9 @@ header {
224224
width: initial;
225225
}
226226
}
227+
.cta-header {
228+
margin-left: $micro;
229+
}
227230
.cta-header a {
228231
display: inline-block;
229232
color: white;

0 commit comments

Comments
 (0)