diff options
Diffstat (limited to 'src/components/Layout')
-rw-r--r-- | src/components/Layout/Header/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index 321f7201f..f05350dca 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -48,8 +48,8 @@ export function Outer({ a.gap_sm, gutters, platform({ - native: [a.pb_sm, a.pt_xs], - web: [a.py_sm], + native: [a.pb_xs, {minHeight: 48}], + web: [a.py_xs, {minHeight: 52}], }), t.atoms.border_contrast_low, gtMobile && [a.mx_auto, {maxWidth: 600}], |