Update style for when the basket is empty

This commit is contained in:
Eric Fleming
2019-09-11 21:13:30 -04:00
parent 9ce4bcf76f
commit 1cf176c107

View File

@@ -87,8 +87,12 @@
}
else
{
<div class="esh-catalog-items row">
Basket is empty. <a asp-page="/Index">Continue Shopping..</a>
</div>
<h3 class="esh-catalog-items row">
Basket is empty.
</h3>
<section class="esh-basket-item">
<a asp-page="/Index" class="btn esh-basket-checkout text-white">[ Continue Shopping..]</a>
</section>
}
</div>