diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css
index 57441306..fc039974 100644
--- a/src/app/components/header/header.module.css
+++ b/src/app/components/header/header.module.css
@@ -59,6 +59,7 @@
.contentWrapper {
background: var(--bg);
+ margin-left: var(--gap);
}
@media only screen and (max-width: 768px) {
diff --git a/src/app/components/header/index.tsx b/src/app/components/header/index.tsx
index a23dab84..7a29d153 100644
--- a/src/app/components/header/index.tsx
+++ b/src/app/components/header/index.tsx
@@ -51,7 +51,6 @@ const Header = () => {
aria-label={tab.name}
aria-current={isActive ? "page" : undefined}
data-tab={tab.value}
- width="auto"
>
{tab.name ? tab.name : undefined}
@@ -59,7 +58,7 @@ const Header = () => {
} else if (tab.href) {
return (
-