From 2ae22447e3ce5c244f4554f32ce1c7fe7a5b006d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 20 May 2024 21:00:01 +0100 Subject: [PATCH] Icon size --- epicyon-profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index c126e3f8c..46b245ed2 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -2832,7 +2832,7 @@ h3 { margin: 40px 100px; } .columnIcons img { - width: 100%; + width: 150%; float: right; margin-right: 1vw; } @@ -3678,7 +3678,7 @@ h3 { margin: 40px 80px; } .columnIcons img { - width: 100%; + width: 150%; float: right; margin-right: 1vw; }