diff --git a/assets/tailwind-output.css b/assets/tailwind-output.css index 630c22498..c3531aabc 100644 --- a/assets/tailwind-output.css +++ b/assets/tailwind-output.css @@ -1561,6 +1561,10 @@ video { padding-top: 1.5rem; } +.text-center { + text-align: center; +} + .text-justify { text-align: justify; } diff --git a/src/modules/homepage/HomepageModule.tsx b/src/modules/homepage/HomepageModule.tsx index 2512bea8a..fd96fcffe 100644 --- a/src/modules/homepage/HomepageModule.tsx +++ b/src/modules/homepage/HomepageModule.tsx @@ -37,8 +37,8 @@ const Homepage: FC = ({ homepageData }) => { {hero && (

- {hero.headerLine1} - + {hero.headerLine1} + {hero.headerLine2}