From 946b0a4356c2c65dd82fdf58b3be8e6ddb0c0499 Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anata@darapsa.co.id>
Date: Mon, 5 Jul 2021 22:06:09 +0700
Subject: fix material icons misalignment with bootstrap flex

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

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

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