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