aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7b0958b..769ac9b 100644
--- a/style.css
+++ b/style.css
@@ -55,6 +55,12 @@ body {
margin-top: 200px;
}
+.editform {
+ width: fit-content;
+ padding: 20px;
+ border-style: double;
+}
+
table, th, td {
border: 1px solid black;
}