aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/header.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-25 12:57:12 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-25 12:57:12 +0200
commit8a6f09b564d5d2f02d0a2605f6b52070a910aaa3 (patch)
treecd9e2b6ae6be75f4595b9823e67ebb6bc76df8e8 /src/components/organisms/layout/header.module.scss
parent782a5a1e794a9a8ef6b0b892cd3f386ed583c680 (diff)
chore: add a PageLayout component
Diffstat (limited to 'src/components/organisms/layout/header.module.scss')
-rw-r--r--src/components/organisms/layout/header.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/layout/header.module.scss b/src/components/organisms/layout/header.module.scss
index 7ae683f..a98cf45 100644
--- a/src/components/organisms/layout/header.module.scss
+++ b/src/components/organisms/layout/header.module.scss
@@ -7,7 +7,7 @@
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);
+ padding: var(--spacing-md) 0 var(--spacing-lg);
.toolbar {
justify-content: space-around;