cs-2022-class-profile/components/SectionWrapper.module.css

12 lines
192 B
CSS

.sectionWrapper h2 {
color: var(--primary-heading);
padding-left: 4rem;
}
@media screen and (max-width: 900px) {
.sectionWrapper h2 {
text-align: center;
padding-left: 0;
}
}