diff --git a/style.css b/style.css index adeb3ce5e..aee076b56 100644 --- a/style.css +++ b/style.css @@ -1722,4 +1722,22 @@ section { #searchBar button { margin-top: 0.5em; } -} \ No newline at end of file +} + +@media (min-width:320px) and (max-width:801px) { + #progress { + bottom: 2px; + height: 40px; + width: 40px; + } + + #progress-value { + height: calc(100%-12px); + width: calc(100%-12px); + font-size: 23px; + } + + .footer-basic .social { + padding-bottom: 15px; + } + }