diff --git a/src/styles/pages/Home.module.scss b/src/styles/pages/Home.module.scss index b59028ac..ff1429bd 100644 --- a/src/styles/pages/Home.module.scss +++ b/src/styles/pages/Home.module.scss @@ -221,8 +221,8 @@ width: 0; @media screen and (width <= vars.$breakpoint-md) { - // hardcoded to 16 to prevent auto zoom on iOS - font-size: 16px; + // 1rem prevents auto zoom on iOS + font-size: 1rem; line-height: 1.5rem; padding: 0.625rem 1.25rem; }