Fix responsive

This commit is contained in:
Ac_K 2020-08-28 20:22:29 +02:00
parent 8c02955673
commit 4a0a5b2e6b

View File

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