spacing
This commit is contained in:
parent
1eb130891e
commit
2561d8c718
|
@ -7,6 +7,7 @@
|
||||||
.banner {
|
.banner {
|
||||||
background: $mist;
|
background: $mist;
|
||||||
padding: $unit * 4;
|
padding: $unit * 4;
|
||||||
|
min-height: $unit * 12;
|
||||||
|
|
||||||
&.is-centered {
|
&.is-centered {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
border-bottom: 1px solid $fog;
|
border-bottom: 1px solid $fog;
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
line-height: $unit * 6;
|
line-height: ($unit * 6) - 1;
|
||||||
padding: 0px ($unit * 2) 0px ($unit * 6);
|
padding: 0px ($unit * 2) 0px ($unit * 6);
|
||||||
color: $metal;
|
color: $metal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in New Issue