From 158894311997123b53c6a7284543bb3d8cc56838 Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anata@darapsa.co.id>
Date: Mon, 5 Jul 2021 22:07:04 +0700
Subject: add gap-2 to buttons with icon

---
 pages/ord/basket.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'pages/ord/basket.html')

diff --git a/pages/ord/basket.html b/pages/ord/basket.html
index b4248f6..25b4a45 100644
--- a/pages/ord/basket.html
+++ b/pages/ord/basket.html
@@ -144,13 +144,13 @@
 							</div>
 						</div>
 						<div class="my-5 d-flex justify-content-between flex-column flex-lg-row">
-							<a class="btn btn-link text-decoration-none text-muted d-flex justify-content-center align-content-between" href="[area All-Products]">
+							<a class="btn btn-link text-decoration-none text-muted d-flex justify-content-center align-content-between gap-2" href="[area All-Products]">
 								<span class="material-icons-outlined">
 									chevron_left
 								</span>
 								[L]Continue Shopping[/L]
 							</a>
-							<a class="btn btn-dark d-flex justify-content-center align-content-between" href="[area ord/checkout]">
+							<a class="btn btn-dark d-flex justify-content-center align-content-between gap-2" href="[area ord/checkout]">
 								<span class="material-icons-outlined">  payments</span>
 								[L]Proceed to checkout[/L]
 							</a>
-- 
cgit v1.2.3