mirror of https://github.com/lxndrblz/anatole.git

Alexander Eble
23.17.2021 b4260d7c7f77d382fe2b98db411fa5f45870ff0b
Fix: Navigation Item Centering (#219)

* fix: navigation item centering

* refactor: select nav__links instead of nav__list
1 files modified
8 ■■■■ changed files
assets/css/style.css 8 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -217,10 +217,6 @@
    display: initial;
}
header .nav__list li:not(:last-of-type) {
    padding-right: 20px;
}
header .nav__list a {
    color: var(--nav-text-color);
}
@@ -920,6 +916,10 @@
    header {
        border-bottom: 1px solid var(--border-color);
    }
    .nav__links li:not(:last-of-type) {
        padding-right: 20px;
    }
    .sidebar {
        height: 100vh;