diff --git a/style.css b/style.css index 7ba0e51..07e50dc 100644 --- a/style.css +++ b/style.css @@ -67,4 +67,14 @@ table { html { font-size: 16px; } +} + +@media (max-width: 768px) { + .border-top { + border-top: none !important; + } + + .who-online { + margin-bottom: 20px; + } } \ No newline at end of file