From 098749e1cf9e1193267c02de6ea4cea9d6dbe840 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Sep 2019 17:37:32 +0100 Subject: [PATCH] Smaller avatar size on search screen to allow more space for description --- epicyon-profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 49729ac5d..a195aa9d0 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -119,8 +119,8 @@ a:link { } .hero-text img { - border-radius: 10%; - width: 50%; + border-radius: 1%; + width: 30%; } .hero-text img.emoji {