diff options
author | 2025-09-20 23:43:26 -0400 | |
---|---|---|
committer | 2025-09-20 23:43:26 -0400 | |
commit | 8c55ea3723d9e6332921c439319968a78578f31f (patch) | |
tree | 2ffaa9e76fe938aac436aed206d4bc7474ee9c38 /static | |
parent | 776b27aa525c5c1d8eb2b303acd95ad3c81abdd8 (diff) | |
download | site-8c55ea3723d9e6332921c439319968a78578f31f.tar.gz site-8c55ea3723d9e6332921c439319968a78578f31f.zip |
update: more descriptive about me
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 47091c4..9360868 100644 --- a/static/style.css +++ b/static/style.css @@ -25,6 +25,14 @@ footer { padding: 0; } +h2, h3, h4, h5, h6 { + margin-bottom: 0px; +} + +p { + margin-top: 0px; +} + .navbar ul li { display: list-item; padding: 6px; |