mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-11 09:30:43 +00:00
Font changes
This commit is contained in:
parent
5ff88d1e7b
commit
c25ef8aea0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $navigation-height: 50px;
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
@include span-columns(12);
|
@include span-columns(12);
|
||||||
font-family: $header-font-family;
|
font-family: $base-font-family;
|
||||||
height: $navigation-height;
|
height: $navigation-height;
|
||||||
margin-top: -50px;
|
margin-top: -50px;
|
||||||
background: image-url("#{$theme-path}/layout/nav-background.png") top center repeat-x;
|
background: image-url("#{$theme-path}/layout/nav-background.png") top center repeat-x;
|
||||||
|
|
Loading…
Reference in a new issue