diff --git a/components/SectionWrapper.module.css b/components/SectionWrapper.module.css index 65db0fa..e9d1cf9 100644 --- a/components/SectionWrapper.module.css +++ b/components/SectionWrapper.module.css @@ -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; + } +}