diff --git a/styles/Header.module.css b/styles/Header.module.css index bd038f4..4167484 100644 --- a/styles/Header.module.css +++ b/styles/Header.module.css @@ -1,6 +1,6 @@ .header { height: rem(56px); - margin-bottom: rem(120px); + margin-bottom: rem(40px); background-color: var(--mantine-color-body); border-bottom: rem(1px) solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4)); }