aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-06-24 11:11:27 +0200
committerMartin Fischer <martin@push-f.com>2021-06-24 11:26:46 +0200
commit066d150eb0cc6ffb985389b9431fc807a263c347 (patch)
tree9eb03d9ca72d7e3fad28168ff5eaefde83325c87
parent6646e71936960583e7046dfeff165d3e98688b61 (diff)
css: set row-gap for body
-rw-r--r--src/static/style.css3
-rw-r--r--src/static/style.css.sha2562
2 files changed, 2 insertions, 3 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;
}
diff --git a/src/static/style.css.sha256 b/src/static/style.css.sha256
index 878c14a..7d21d8b 100644
--- a/src/static/style.css.sha256
+++ b/src/static/style.css.sha256
@@ -1 +1 @@
-wQBINLe+9xuEst1p9wa95+08ECz1vGzc6bV960VQHDQ= \ No newline at end of file
+6odUGn42jSM91sFFJm0cerQgUL9BwhGaeanA+q5qZFQ= \ No newline at end of file