Fix Shop intro responsive

This commit is contained in:
2021-11-07 23:12:48 +01:00
parent 5229105e5d
commit 7242027be9
3 changed files with 74 additions and 31 deletions

View File

@@ -62,10 +62,16 @@
<Cart />
<section class="shop-page__intro" bind:this={introEl}>
<a href="/" class="back">
Back to Houses Of
</a>
<span class="shop-title">Shop</span>
<div class="top container">
<a href="/" class="back">
<svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 1 1 4l3 3" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span>Back to Houses Of</span>
</a>
<span class="shop-title">Shop</span>
</div>
<SiteTitle
variant="inline"