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%);; }