From 7b30e202e667b19033b0dba4e064d2d7ba5c3242 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Fri, 11 Apr 2025 14:28:15 -0500 Subject: [PATCH] make stickers sized correctly --- src/webpage/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 18c33e3..7e64343 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2441,8 +2441,8 @@ fieldset input[type="radio"] { max-height: 2.5in; } .sticker { - max-width: 2.5in; - max-height: 2.5in; + max-width: 4in; + height: 2in; } .optionElement, .FormSettings > button {