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.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 0733d56..8ee788d 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -13,6 +13,10 @@ body {
row-gap: 0.5em;
}
+h1 {
+ margin-top: 0.2em;
+}
+
.edit-form {
display: flex;
flex-direction: column;