aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Header/Header.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Header/Header.module.scss')
-rw-r--r--src/components/Header/Header.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header/Header.module.scss b/src/components/Header/Header.module.scss
index 4ad4ae5..96b8642 100644
--- a/src/components/Header/Header.module.scss
+++ b/src/components/Header/Header.module.scss
@@ -3,7 +3,7 @@
.wrapper {
display: grid;
grid-template-columns:
- minmax(0, 1fr) min(calc(100vw - var(--spacing-md) * 2), 100ch)
+ minmax(0, 1fr) min(calc(100vw - calc(var(--spacing-md) * 2)), 100ch)
minmax(0, 1fr);
align-items: center;
padding: var(--spacing-sm) 0 var(--spacing-md);