From 3049634e2a88c1653b5b36fe1c91811276bdf935 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 5 Sep 2024 14:53:47 +0300 Subject: [PATCH] padding --- front/src/assets/nav.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;