diff options
| author | unwox <me@unwox.com> | 2024-10-08 14:07:45 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-08 14:07:58 +0600 |
| commit | add39175e929ac28864dbdaaee773973567f682c (patch) | |
| tree | 32129ea7acfb230836d9b2caf4c8747c36f05d28 /static/style.css | |
| parent | b9e86f6efc66dac7a46f4f098b0eb109c46f8a2b (diff) | |
small html/css improvements
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 388ce24..9f68da1 100644 --- a/static/style.css +++ b/static/style.css @@ -21,7 +21,7 @@ body { .aside-content { position: sticky; - top: 1rem; + top: 3rem; } .list { @@ -38,7 +38,7 @@ body { .tile h2 { font-size: 1rem; - margin-bottom: 0.5rem; + margin-bottom: 0.25rem; margin-top: 0; } |
