spacing
This commit is contained in:
parent
1eb130891e
commit
2561d8c718
|
@ -7,6 +7,7 @@
|
|||
.banner {
|
||||
background: $mist;
|
||||
padding: $unit * 4;
|
||||
min-height: $unit * 12;
|
||||
|
||||
&.is-centered {
|
||||
text-align: center;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue