diff options
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; } |