diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:49:11 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:49:11 -0500 |
commit | 6225199b311aa731427866974e919e7c7f8cf515 (patch) | |
tree | 883d6c603f20ca52b2ee42d867f1ea7ebb095301 /data/static/style.css | |
parent | 2a754dc035600faea3208e0d5c139bf2ca80d2df (diff) |
Fix h1 tag for mobile view
Diffstat (limited to 'data/static/style.css')
-rw-r--r-- | data/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/static/style.css b/data/static/style.css index a4f536c..3eeb8a5 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -215,7 +215,7 @@ img { flex-direction: column; } h1 { - margin-top: 20px; + margin-top: 85px; } .postContent { margin: 100px 0 0 0; |