summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anata@darapsa.co.id>2021-07-05 22:06:09 +0700
committerAnatasof Wirapraja <anata@darapsa.co.id>2021-07-05 22:06:09 +0700
commit946b0a4356c2c65dd82fdf58b3be8e6ddb0c0499 (patch)
treefe6672288ace9a2dec0638886055166af12f0a94 /pages
parent3991d5a599fdcaca31c562f9601af16096a6a512 (diff)
fix material icons misalignment with bootstrap flex
Diffstat (limited to 'pages')
-rw-r--r--pages/ord/basket.html6
1 files changed, 3 insertions, 3 deletions
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>