aboutsummaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 15821e8..639e191 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -10,6 +10,7 @@ body {
padding: 1em;
max-width: 800px;
margin: 0 auto;
+ row-gap: 0.5em;
}
.edit-form {
@@ -45,14 +46,12 @@ textarea {
.error {
padding: 0.2em;
- margin: 0.5em 0;
background-color: #f8d7da;
border: 1px solid #f5c2c7;
}
.note {
padding: 0.2em;
- margin: 0.5em 0;
background-color: #fff3cd;
border: 1px solid #ffecb5;
}