From 4a0a5b2e6b0aff4b39962a22e05b37476f52d89d Mon Sep 17 00:00:00 2001 From: Ac_K Date: Fri, 28 Aug 2020 20:22:29 +0200 Subject: [PATCH] Fix responsive --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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