Fix SectionWrapper responsiveness
continuous-integration/drone/push Build is failing Details

This commit is contained in:
e26chiu 2022-12-13 21:47:33 -05:00
parent 8259a3260d
commit bd12a35a4d
1 changed files with 7 additions and 0 deletions

View File

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