diff --git a/themes/origins/assets/layout-header.css b/themes/origins/assets/layout-header.css index 7be0a7ee..76dc916c 100644 --- a/themes/origins/assets/layout-header.css +++ b/themes/origins/assets/layout-header.css @@ -29,7 +29,7 @@ yc-header .actions{ gap:var(--gap-lg); } yc-header .actions .cart-btn{ - gap:1.5em; + gap:var(--gap-xl); width:-moz-max-content; width:max-content; position:relative; diff --git a/themes/origins/styles/layout-header.scss b/themes/origins/styles/layout-header.scss index 259b66cb..73479d3a 100644 --- a/themes/origins/styles/layout-header.scss +++ b/themes/origins/styles/layout-header.scss @@ -28,7 +28,7 @@ yc-header { justify-content: end; gap: var(--gap-lg); .cart-btn { - gap: 1.5em; + gap: var(--gap-xl); width: max-content; position: relative; color: var(--header-text-color);