diff --git a/static/CSS/custom.css b/static/CSS/custom.css index ef6eac1..0d32c69 100644 --- a/static/CSS/custom.css +++ b/static/CSS/custom.css @@ -218,4 +218,17 @@ font-size: 0.96rem; margin-top: 0.5em; margin-bottom: 0em; - } \ No newline at end of file + } + + + + +@media screen and (max-width: 760px){ + html, body { + margin: 0; + padding: 10px; + height: 100%; + width: 100%; + } + +} \ No newline at end of file