This commit is contained in:
Alex Wolfe 2015-03-01 20:02:34 -08:00
parent 1eb130891e
commit 2561d8c718
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
.banner {
background: $mist;
padding: $unit * 4;
min-height: $unit * 12;
&.is-centered {
text-align: center;

View File

@ -36,7 +36,7 @@
border-bottom: 1px solid $fog;
> a {
line-height: $unit * 6;
line-height: ($unit * 6) - 1;
padding: 0px ($unit * 2) 0px ($unit * 6);
color: $metal;
font-size: 14px;