diff --git a/src/modules/header/styles.css b/src/modules/header/styles.css index e537b4fa..bf0dced4 100644 --- a/src/modules/header/styles.css +++ b/src/modules/header/styles.css @@ -430,11 +430,7 @@ flex-direction: row; width: max-content; max-height: 20rem; - } - - & .group:nth-child(1) { - text-align: center; - border-right: 1px dashed var(--gray-300); + gap: 16px; } } } @@ -534,6 +530,15 @@ flex-direction: column; } +.support-menu .group-list { + display: flex; + flex-direction: column; +} + +.support-menu .group-title { + text-align: start; +} + @media (--header-breakpoint-up) { .select { position: relative;