Improve responsiveness on single column layout
This commit is contained in:
parent
92862939da
commit
80e0ef8970
@ -19,7 +19,7 @@ tr, td, th {
|
||||
|
||||
.pool {
|
||||
width: 15%;
|
||||
@media (max-width: 576px) {
|
||||
@media (max-width: 575px) {
|
||||
width: 75%;
|
||||
}
|
||||
overflow: hidden;
|
||||
@ -36,14 +36,17 @@ tr, td, th {
|
||||
|
||||
.liquidity {
|
||||
width: 10%;
|
||||
@media (max-width: 576px) {
|
||||
@media (max-width: 575px) {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
.fiat {
|
||||
width: 15%;
|
||||
@media (max-width: 991px) {
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
display: none !important;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
@ -45,7 +45,10 @@ tr, td, th {
|
||||
}
|
||||
|
||||
.geolocation {
|
||||
@media (max-width: 991px) {
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
display: none !important;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user