From: Emil Williams Date: Sat, 17 May 2025 14:39:08 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=2a7d3e050999eb99810a87d0c03e6c228b9634df;p=emil-3chen.org.git -- --- 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; }