Skip to content

Commit

Permalink
Fix "Get Started" button on small screens. (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 authored and verythorough committed Feb 19, 2018
1 parent 49894d9 commit f294d39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/src/css/imports/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -224,6 +224,9 @@ header {
width: initial;
}
}
.cta-header {
margin-left: $micro;
}
.cta-header a {
display: inline-block;
color: white;
Expand Down

0 comments on commit f294d39

Please sign in to comment.