mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix cropped graph on mobile (#276)
This commit is contained in:
parent
dac47bf524
commit
fdf518401c
@ -3,10 +3,17 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: calc(var(--spacer) / 6) -2rem calc(var(--spacer) / 1.5) -2rem;
|
margin: calc(var(--spacer) / 6) -1.35rem calc(var(--spacer) / 1.5) -1.35rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
.graphWrap {
|
||||||
|
margin-left: -2rem;
|
||||||
|
margin-right: -2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.graphWrap canvas {
|
.graphWrap canvas {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user