aboutsummaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-06-24 11:58:59 +0200
committerMartin Fischer <martin@push-f.com>2021-06-24 11:59:11 +0200
commit0bb0af08c3fb7e100e5451e636719ce367fe1138 (patch)
treea38828d72d0ddd6fb0127ea1035dd0941b3b0bd2 /src/static/style.css
parentd24f51baf6e4e97e6f3e9ff3ce83274f353e82f9 (diff)
css: decrease margin-top for h1
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;