diff --git a/epicyon-profile.css b/epicyon-profile.css index 0c1dfaba..e726de58 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -367,10 +367,6 @@ a:link { font-size: var(--font-size); } -input[type=radio] { - width: 32px; -} - input[type=number] { width: 10%; padding: 12px; @@ -785,6 +781,9 @@ div.gallery img { font-size: var(--font-size); width: 20%; } + input[type=radio] { + width: 32px; + } input.vote[type=submit] { background-color: var(--button-background); color: var(--button-text); @@ -1061,6 +1060,9 @@ div.gallery img { font-size: var(--font-size3); width: 20%; } + input[type=radio] { + width: 70px; + } input.vote[type=submit] { background-color: var(--button-background); color: var(--button-text);