aboutsummaryrefslogtreecommitdiff
path: root/src/static
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
parentd24f51baf6e4e97e6f3e9ff3ce83274f353e82f9 (diff)
css: decrease margin-top for h1
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css4
-rw-r--r--src/static/style.css.sha2562
2 files changed, 5 insertions, 1 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;
diff --git a/src/static/style.css.sha256 b/src/static/style.css.sha256
index 17a3812..cb45c3f 100644
--- a/src/static/style.css.sha256
+++ b/src/static/style.css.sha256
@@ -1 +1 @@
-pVajQAgXar+xHqEuGZsATyQGTVFvnr82Sf28zZ3g4e0= \ No newline at end of file
+9xIJ8fFnUyBYBKBAR6JWlmi39sUqyIqzUt1PnrkDE/c= \ No newline at end of file