11 lines
142 B
SCSS
11 lines
142 B
SCSS
.navigationHeader {
|
|
@include font-size(1.8rem);
|
|
|
|
font-weight: bold;
|
|
margin-top: 1.1em;
|
|
}
|
|
|
|
.navigation {
|
|
@include font-size(1.4rem);
|
|
}
|