From 4266446e2aeb3dc532eaddf374f2b4824f2c78e8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 4 Jul 2020 11:04:14 +0100 Subject: [PATCH] Size of checkbox --- epicyon-follow.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/epicyon-follow.css b/epicyon-follow.css index 235a5623..308d99de 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -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);