From 2a7d3e050999eb99810a87d0c03e6c228b9634df Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:39:08 -0600 Subject: [PATCH] -- --- static/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 6108d20..c5b551d 100644 --- a/static/style.css +++ b/static/style.css @@ -31,23 +31,21 @@ } input[type=text], select { - width: 60%; + /* width: 60%; */ padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; - border-radius: 4px; box-sizing: border-box; } input[type=submit] { - width: 100%; + /* width: 100%; */ background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; - border-radius: 4px; cursor: pointer; } -- 2.39.5