fixed variable names

This commit is contained in:
Fedor Katurov 2022-11-12 15:00:35 +06:00
parent 58a8f55ba7
commit 84ca6100cf
2 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ const parentItems = navigation.value.filter(
<style lang="scss" module>
.section_title {
font-family: var(--family-roboto-slab);
font-family: var(--family-headings);
font-weight: 600;
margin: 2rem 0 1.5rem;
font-size: 1.6rem;
@ -61,7 +61,7 @@ const parentItems = navigation.value.filter(
}
.title {
font-family: var(--family-roboto-slab);
font-family: var(--family-headings);
font-weight: 700;
font-size: 2rem;
}