From 2b8c921cc01116f4d62c4cd1230fb704e3320ed6 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Tue, 19 Mar 2024 11:19:00 -0600 Subject: [PATCH] Fixed spacing in CSS --- pages/static/stylesheets/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/static/stylesheets/styles.css b/pages/static/stylesheets/styles.css index 2b43232..2f008f4 100644 --- a/pages/static/stylesheets/styles.css +++ b/pages/static/stylesheets/styles.css @@ -23,8 +23,8 @@ button, .button { margin:10px } input[type=text] { - width: 100%; - padding: 12px 20px; - margin: 8px 0; - box-sizing: border-box; + width: 100%; + padding: 12px 20px; + margin: 8px 0; + box-sizing: border-box; } \ No newline at end of file