Files
school_compare/nextjs-app/components/PerformanceChart.module.css
T

12 lines
149 B
CSS
Raw Normal View History

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