From 0a6497f6f3390d6cfb17a193344bad389b7dd001 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Fri, 4 Apr 2025 11:31:17 -0600 Subject: [PATCH] update --- css/base.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/base.css b/css/base.css index a1287b6..707a042 100644 --- a/css/base.css +++ b/css/base.css @@ -56,7 +56,8 @@ h5 { p, a, label, -.modal_button { +.modal_button, +.button { font-size: 1vw; } @@ -241,7 +242,6 @@ table tr td label { } .button { - font-size: 1vw; background-color: transparent; padding: 15px; text-decoration: none; @@ -646,7 +646,7 @@ input[type="file"] { display: none; } -@media only screen and (max-width: 980px) { +@media screen and (max-width: 992px) { h1 { font-size: 10vw; } @@ -670,7 +670,8 @@ input[type="file"] { p, a, label, - .modal_button { + .modal_button, + .button { font-size: 2vw; }