Fix weird wrapperCenter centering issue

This commit is contained in:
e26chiu 2022-12-15 19:19:34 -05:00
parent 0ecad4af16
commit e35ebb498d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
0px top margin, since h3 contributes 45px and internal wrapper contributes 20px for the center component
*/
margin: 0 0 calc(45rem / 16) 0;
align-self: center;
padding: 0 15%;
}