From 05bf0b41aeb94f6cea44584160eabc9ef004e370 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:08:59 -0400 Subject: [PATCH] email button fix --- src/static/css/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index e3bfc3a..c570e77 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -351,9 +351,3 @@ hr{ color: #1a1a1a; box-shadow: inset 0px 0px 0px 7px #1a1a1a !important; } - -.radio-btn-label{ - font-family: "pp-neue-machina", sans-serif; - text-transform: uppercase; - font-size: 38px; -}