From 54ece02c7ca09891580a9781362a9a9808d86603 Mon Sep 17 00:00:00 2001 From: Tim Adams <zfac125@live.rhul.ac.uk> Date: Thu, 28 Mar 2024 22:29:59 +0000 Subject: [PATCH] style fixed --- views/checkout.hbs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/checkout.hbs b/views/checkout.hbs index e59d493..d2a9461 100644 --- a/views/checkout.hbs +++ b/views/checkout.hbs @@ -20,8 +20,8 @@ justify-content: center; align-items: center; width:100%; - margin: 200 auto; - margin-bottom:100px; + margin-top: 15%; + } .form-group { @@ -30,7 +30,8 @@ .buy-now { display: flex; justify-content: center; - position: relative + position: relative; + padding: 20px 0 5px 0; } </style> -- GitLab