From ef5c02b386da616e88a55c13677bb8f13dfd2b4f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Aug 2019 13:11:50 +0100 Subject: [PATCH] Different page icon size for mobile --- epicyon-profile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 497c26c1..49729ac5 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -776,6 +776,9 @@ input[type=checkbox] cursor: pointer; margin: 5px; } + .pageicon { + width: 4%; + } } @media screen and (max-width: 1000px) { @@ -846,4 +849,7 @@ input[type=checkbox] cursor: pointer; margin: 15px; } + .pageicon { + width: 8%; + } }