diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index 07f7367..e57ef96 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -157,7 +157,7 @@ &-item { display: flex; gap: 4px; - padding: 5px; + padding: 5px 10px 5px 10px; border-bottom: 1px solid v.$b-color-1; transition: background-color 0.2s; cursor: pointer;