From 2ac466118a25d847488d87109c79530b8671514e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 Jul 2019 11:02:09 +0100 Subject: [PATCH] Avatar size --- epicyon-follow.css | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/epicyon-follow.css b/epicyon-follow.css index 9210c299e..95aa44d3c 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -20,6 +20,11 @@ body, html { margin: 15% 0; } +.followAvatar img { + border-radius: 10%; + width: 20%; +} + .followText { font-size: 24px; } @@ -43,18 +48,3 @@ body, html { background-color: #555; color: white; } - -.container { - border: 2px solid #dedede; - background-color: #f1f1f1; - border-radius: 5px; - padding: 10px; - margin: 10px 0; -} - -.container img { - max-width: 60px; - width: 100%; - margin-right: 20px; - border-radius: 10%; -}