From 89ffc2a6abb2aff80e786513e0580eb49cf73eea Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Thu, 13 Apr 2017 10:19:47 -0700 Subject: Double avatar size on left margin. --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 5ec6e42..c75ec2e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -50,8 +50,8 @@ footer { } .ssb-avatar-image { - width: 2em; - max-height: 2em; + width: 4em; + max-height: 4em; vertical-align: top; } -- cgit v1.2.3