From 4624703089453aed208a0333d2d78491fd154a47 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 Nov 2019 18:25:51 +0000 Subject: [PATCH] Size of vote options --- epicyon-profile.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index e726de58..753ee12b 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -363,10 +363,6 @@ a:link { background-color: var(--button-background); } -.question { - font-size: var(--font-size); -} - input[type=number] { width: 10%; padding: 12px; @@ -781,9 +777,13 @@ div.gallery img { font-size: var(--font-size); width: 20%; } + .question { + font-size: var(--font-size); + } input[type=radio] { - width: 32px; - } + font-size: var(--font-size); + height: 70px; + } input.vote[type=submit] { background-color: var(--button-background); color: var(--button-text); @@ -1060,8 +1060,12 @@ div.gallery img { font-size: var(--font-size3); width: 20%; } + .question { + font-size: var(--font-size3); + } input[type=radio] { - width: 70px; + font-size: var(--font-size3); + height: 70px; } input.vote[type=submit] { background-color: var(--button-background);