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

11 lines
124 B
CSS
Raw Normal View History

.wrapper {
width: 100%;
height: 200px;
}
@media (max-width: 640px) {
.wrapper {
height: 180px;
}
}