diff --git a/src/components/NavbarChildLink/NavbarChildLink.scss b/src/components/NavbarChildLink/NavbarChildLink.scss index 613c879..d70965d 100644 --- a/src/components/NavbarChildLink/NavbarChildLink.scss +++ b/src/components/NavbarChildLink/NavbarChildLink.scss @@ -6,17 +6,5 @@ $border-width: 2px; display: flex; flex-flow: row nowrap; justify-content: center; - margin-bottom: 3rem; - - &__item { - padding: 0.8rem 2rem; - transition: border-bottom 0.2s; - border-bottom: $border-width solid $dark-blue; - cursor: pointer; - color: $white; - - &:hover { - border-bottom: $border-width solid $white; - } - } + color: $white; } diff --git a/src/components/NavbarDropdownLink/NavbarDropdownLink.scss b/src/components/NavbarDropdownLink/NavbarDropdownLink.scss index f5d09db..07a8804 100644 --- a/src/components/NavbarDropdownLink/NavbarDropdownLink.scss +++ b/src/components/NavbarDropdownLink/NavbarDropdownLink.scss @@ -6,17 +6,5 @@ $border-width: 2px; display: flex; flex-flow: row nowrap; justify-content: center; - margin-bottom: 3rem; - - &__item { - padding: 0.8rem 2rem; - transition: border-bottom 0.2s; - border-bottom: $border-width solid $dark-blue; - cursor: pointer; - color: $white; - - &:hover { - border-bottom: $border-width solid $white; - } - } + color: $white; }