diff --git a/front/src/assets/nav.scss b/front/src/assets/nav.scss index 86ffcd9..0d03c0a 100644 --- a/front/src/assets/nav.scss +++ b/front/src/assets/nav.scss @@ -15,6 +15,12 @@ $white: #fff; align-items: center; justify-content: center; + > * { + &:not(:last-child) { + border-right: 2px solid #B3B3B3 + } + } + &-icon { display: inline-flex; justify-content: center; @@ -50,13 +56,13 @@ $white: #fff; display: flex; gap: 1rem; padding: 0 1.5rem; - border-right: 2px solid #B3B3B3 } &-content { flex-grow: 1; text-align: right; font-size: 1.125rem; + padding: 0 1.5rem; display: flex; flex-wrap: wrap; align-items: center;