diff options
author | Bryson Steck <me@brysonsteck.xyz> | 2024-04-10 23:42:32 -0600 |
---|---|---|
committer | Bryson Steck <me@brysonsteck.xyz> | 2024-04-10 23:42:32 -0600 |
commit | 685004551b314481a4f147cf2901e0f24c2a69ac (patch) | |
tree | f966c5861c6667f24198c0a226ea4ae975c30f99 /static | |
parent | 0ac6b4e1b757c144f3a3b749de81ddf06ac4a3c6 (diff) | |
download | website-685004551b314481a4f147cf2901e0f24c2a69ac.tar website-685004551b314481a4f147cf2901e0f24c2a69ac.tar.gz website-685004551b314481a4f147cf2901e0f24c2a69ac.tar.bz2 |
added cgit link to sidebar
Diffstat (limited to 'static')
-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 6b523be..23796a9 100644 --- a/static/style.css +++ b/static/style.css @@ -171,8 +171,8 @@ img.pfp { .sidebar { max-width: inherit; - min-height: 14rem; - max-height: 14rem; + min-height: 15rem; + max-height: 15rem; font-size: 13px; } |