diff options
Diffstat (limited to 'scss/modules/nav.scss')
| -rw-r--r-- | scss/modules/nav.scss | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/scss/modules/nav.scss b/scss/modules/nav.scss index 765c44f..c4c1128 100644 --- a/scss/modules/nav.scss +++ b/scss/modules/nav.scss @@ -1,27 +1,5 @@ -.nav { - & > :not(:last-child) { - margin-block: 0 var(--margin-block-sm); - } - - li { - list-style-type: none; - } -} - -.nav__bottom-row { - display: flex; - flex-direction: column; -} - -.nav__nav-links { - display: grid; - grid-template-columns: repeat(var(--grid-column-count), var(--grid-column-width)); - column-gap: var(--grid-gutter-width); - - li { - list-style-type: none; - margin: 0; - } +.nav > :not(:last-child) { + margin-block: 0 var(--margin-block-sm); } .nav__logo { @@ -64,19 +42,3 @@ } } } - -.nav__breadcrumbs { - display: flex; - flex-wrap: wrap; - - li { - min-width: max-content; - &::before { - content: '/' - } - } -} - -.nav__switch-language-link { - text-align: right; -} |
