From 0260dcfae64650901031dcfc5e9889634bb772e3 Mon Sep 17 00:00:00 2001 From: patrickstar8166 Date: Mon, 11 Dec 2023 20:58:46 -0500 Subject: [PATCH] button format --- core/static/core/base.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/static/core/base.css b/core/static/core/base.css index 12c58c3..ae76df2 100644 --- a/core/static/core/base.css +++ b/core/static/core/base.css @@ -146,6 +146,15 @@ a:visited { text-decoration: none; } +@media screen and (max-width: 700px){ + .button { + display: block; + width: max-content; + margin: auto; + margin-top: 10px; + } +} + .button:hover { background: hsl(0deg 100% 90%);; }