From ace3df617db5b1cea1eaeac61e5f73f314719010 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Sep 2019 16:23:20 +0100 Subject: [PATCH] Avatar image minimum size --- epicyon-profile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 6901dc238..b80a2abdd 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -120,7 +120,8 @@ a:link { .hero-text img { border-radius: 1%; - width: 30%; + width: 40%; + min-width: 300px; } .hero-text img.emoji {