Improvments to responsiveness

This commit is contained in:
softsimon
2020-03-03 17:47:01 +07:00
parent 2fe7af0c22
commit c1a8863861
12 changed files with 76 additions and 32 deletions

View File

@@ -1,3 +1,18 @@
.progress-mempool {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #105fb0 0%, #9339f4 100%);
}
}
.progress {
background-color: #2d3348;
}
@media (min-width: 768px) {
.d-md-block {
display: table-cell !important;
}
}
@media (min-width: 992px) {
.d-lg-block {
display: table-cell !important;
}
}