fixes #1090 overcrowded header breaking cta (#1110)

* fix overcrowded header breaking cta

* add self to contributors
This commit is contained in:
Antonio Argote
2018-02-18 01:00:34 +08:00
committed by Jessica Parsons
parent b3bccb9943
commit 952a6d509f
3 changed files with 13 additions and 3 deletions

View File

@ -214,6 +214,7 @@ header {
}
.logo {
display: block;
margin: 0 auto $tiny auto;
width: 100%;
@ -224,7 +225,7 @@ header {
}
}
.cta-header a {
/*display: none;*/
display: inline-block;
color: white;
text-transform: uppercase;
font-size: $tiny;