12 lines
149 B
CSS
12 lines
149 B
CSS
|
|
.chartWrapper {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.chartWrapper {
|
||
|
|
font-size: 0.875rem;
|
||
|
|
}
|
||
|
|
}
|