From 945d31e400b4fa1f8bd7dea745b267d7c7beb0ea Mon Sep 17 00:00:00 2001
From: cyfraeviolae <cyfraeviolae>
Date: Sat, 26 Feb 2022 12:40:09 -0500
Subject: responsive form

---
 static/styles.css | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/static/styles.css b/static/styles.css
index eca59a2..14d27d0 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,10 +1,3 @@
-form {
-	border: 1px DarkSlateGrey solid;
-    padding: 1em;
-    padding-left: 2em;
-    padding-right: 2em;
-}
-
 button {
     margin-right: 10px;
 }
@@ -85,13 +78,11 @@ button {
 .yellow {
 	background-color: rgb(201, 180, 88);
 	color: white;
-	/* border: 0; */
 	border-color: rgb(201,180,88);
 }
 .grey {
 	background-color: rgb(120, 124, 126);
 	color: white;
-	/* border: 0; */
 	border-color: rgb(120,124,126);
 }
 
@@ -127,6 +118,12 @@ hr {
         border-radius: 4px;
         padding: 1.2em;
     }
+    form {
+        border: 1px DarkSlateGrey solid;
+        padding: 1em;
+        padding-left: 2em;
+        padding-right: 2em;
+    }
 }
 
 .kbrow {
@@ -137,7 +134,7 @@ hr {
 	font-family: Cantarell;
 	display: inline-block;
 	height: 35px;
-	width: 30px;
+	width: 26px;
 	border-radius: 4px;
 	border: 1px black solid;
 	line-height: 33px;
-- 
cgit v1.2.3