Change Shop About section layout

This commit is contained in:
2021-11-08 14:03:00 +01:00
parent 75f3e5f1d1
commit f133c00522
3 changed files with 36 additions and 22 deletions

View File

@@ -129,7 +129,11 @@
</nav>
<section class="shop-page__about grid">
<p class="description text-normal">{shop.about}</p>
<div class="description grid text-normal">
<div class="description__inner">
{@html shop.about}
</div>
</div>
</section>
<PosterLayout