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

alexanderdavide
06.57.2022 a22e9dfe00ed260f934243a602d7451ff8bae944
assets/scss/partials/layout/_nav.scss
@@ -5,7 +5,6 @@
  &__list {
    margin: 0;
    list-style: none;
    padding: 20px 30px;
    background-color: $primary-lighter;
    width: 100%;
@@ -14,14 +13,19 @@
      padding: 0.5rem 0.75rem;
      text-transform: uppercase;
      text-align: center;
      font-size: 1.3em;
    }
    @include desktop {
      padding: 20px 30px;
    }
  }
  &__link {
    &--active {
      border-bottom: 1px solid $primary;
      padding-bottom: 22px;
      @include desktop {
        border-bottom: 1px solid $primary;
        padding-bottom: 22px;
      }
    }
  }
@@ -40,6 +44,7 @@
    &__list {
      display: flex;
      background-color: $accent;
      &-item {
        &:not(:last-child) {
          padding-right: 20px;