Size of checkbox

main
Bob Mottram 2020-07-04 11:04:14 +01:00
parent 3ec54282dc
commit 4266446e2a
1 changed files with 11 additions and 0 deletions

View File

@ -171,6 +171,17 @@ input[type=text] {
width: 15%;
}
input[type=checkbox]
{
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
padding: 10px;
margin: 20px 30px;
}
@media screen and (min-width: 400px) {
.hashtagswarm {
font-size: var(--hashtag-size1);