reduce letter-spacing for top nav
This commit is contained in:
parent
a99ad3d355
commit
6beae84ea3
2 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,7 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
letter-spacing: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin md-typography {
|
@mixin md-typography {
|
||||||
|
|
|
@ -67,7 +67,7 @@ header {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 15px;
|
margin-left: 10px;
|
||||||
@include header-font;
|
@include header-font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue