Size of vote options

main
Bob Mottram 2019-11-18 18:25:51 +00:00
parent e2f35c3665
commit 4624703089
1 changed files with 11 additions and 7 deletions

View File

@ -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,8 +777,12 @@ 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);
@ -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);