Bisq statistics page.

This commit is contained in:
softsimon
2020-07-14 14:38:52 +07:00
parent 87abfc38cb
commit b7376fbd8d
14 changed files with 221 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
.td-width {
width: 300px;
}
@media (max-width: 767.98px) {
.td-width {
width: 175px;
}
}
.skeleton-loader {
width: 200px;
}