diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 22:07:04 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 22:07:04 +0700 |
commit | 158894311997123b53c6a7284543bb3d8cc56838 (patch) | |
tree | 5b361f4e25bfb799a46316dddae4c3f75fd2c27d | |
parent | 946b0a4356c2c65dd82fdf58b3be8e6ddb0c0499 (diff) |
add gap-2 to buttons with icon
-rw-r--r-- | pages/ord/basket.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |