diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-06 12:38:36 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-06 12:38:36 -0500 |
commit | 8106f531198952489de53c93dd3c955e8ea4d78f (patch) | |
tree | 0cc6857eedaff93f534eacceaa48b1659019d9d8 /data | |
parent | 90cbff69466b21276c07f0a9a23e95e525acb29b (diff) |
Update mobile h1 size
Diffstat (limited to 'data')
-rw-r--r-- | data/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/static/style.css b/data/static/style.css index cd88449..3848e60 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -268,6 +268,7 @@ img { } h1 { margin-top: 85px; + font-size: 36px; } .postContent { margin: 100px 0 0 0; |