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%; + } }