diff --git a/static/style.css b/static/style.css index ff5939c..0db9b9d 100755 --- a/static/style.css +++ b/static/style.css @@ -1437,3 +1437,13 @@ input[type=checkbox]:hover { text-align: center; } +@media (max-width: 500px) { + .mx-auto { + flex-direction: column; + } + .mr-5 { + margin-left: 0; + margin-top: 20px; + } +} +