Fix responsive
This commit is contained in:
parent
8c02955673
commit
4a0a5b2e6b
1 changed files with 10 additions and 0 deletions
10
style.css
10
style.css
|
@ -68,3 +68,13 @@ table {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.border-top {
|
||||||
|
border-top: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.who-online {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue