fixes DEgITx/rats-search/#40

This commit is contained in:
Andrey Kozlov 2018-07-15 20:33:55 +03:00
parent 84ff684096
commit c0564fea8c

View File

@ -2,6 +2,7 @@ body {
margin: 0;
padding: 0;
font-family: sans-serif;
overflow-y: scroll;
}
@media only screen and (max-width: 500px)
@ -9,4 +10,4 @@ body {
.peers-status {
display: none;
}
}
}