Improve h1 appearance
This commit is contained in:
parent
75a394b569
commit
c4c48d8e93
|
@ -14,11 +14,13 @@
|
||||||
|
|
||||||
& > h1 {
|
& > h1 {
|
||||||
@include font-size(8);
|
@include font-size(8);
|
||||||
|
line-height: 1.2;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: $base-head;
|
color: $base-head;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .search {
|
& > .search {
|
||||||
|
|
Loading…
Reference in New Issue