diff options
| -rw-r--r-- | pages/ord/basket.html | 6 | 
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> |