From cfa2e619b64a6673097aba7c7557c9d1d3f10e3b Mon Sep 17 00:00:00 2001
From: dshrat <dshrat29@gmail.com>
Date: Sun, 19 Sep 2021 14:39:53 +0700
Subject: [PATCH] Modif bag and payment css

---
 checkout.html    | 2 +-
 stylebag.css     | 2 --
 stylepayment.css | 2 --
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/checkout.html b/checkout.html
index 3f5e00c..07e716d 100644
--- a/checkout.html
+++ b/checkout.html
@@ -230,7 +230,7 @@
                 </div>
             </form>
             <a href="payment.html">
-                <button class="button" style="background-color: green; color: white">Review & Pay</button>
+                <button class="button" style="background-color: green; color: white">Pay</button>
             </a>
         </div>
     </div>
diff --git a/stylebag.css b/stylebag.css
index d495835..59b4055 100644
--- a/stylebag.css
+++ b/stylebag.css
@@ -70,12 +70,10 @@
 
 .container {
     margin-left: 0px;
-    align-items: left;
     justify-content: left;
 }
 
 .container input {
-    align-items: left;
     justify-content: left;
     width: 40px;
 }
diff --git a/stylepayment.css b/stylepayment.css
index 442f5a3..e2e8aaf 100644
--- a/stylepayment.css
+++ b/stylepayment.css
@@ -110,12 +110,10 @@
 
 .container {
     margin-left: 0px;
-    align-items: left;
     justify-content: left;
 }
 
 .container input {
-    align-items: left;
     justify-content: left;
     width: 40px;
 }