Fix responsive

This commit is contained in:
Ac_K 2020-08-28 20:22:29 +02:00
parent 8c02955673
commit 4a0a5b2e6b
1 changed files with 10 additions and 0 deletions

View File

@ -67,4 +67,14 @@ table {
html {
font-size: 16px;
}
}
@media (max-width: 768px) {
.border-top {
border-top: none !important;
}
.who-online {
margin-bottom: 20px;
}
}