From bbccdefa3b38147604f32e5aeef6a0862141b81b Mon Sep 17 00:00:00 2001 From: Michael Drury <mpdrury15@gmail.com> Date: Thu, 11 May 2023 17:50:43 +0100 Subject: [PATCH] improved form fields css --- shop/static/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/shop/static/styles.css b/shop/static/styles.css index 1b3c8ee..89dfab2 100644 --- a/shop/static/styles.css +++ b/shop/static/styles.css @@ -354,8 +354,6 @@ li { .login_field { font-size: 1.5vw; - padding: 0px; - margin: 0px; } .thank_you_tick { -- GitLab