From 1e283cdd160781b3ec8b3a3f0f036714de6ae196 Mon Sep 17 00:00:00 2001 From: Nikhil Dange Date: Mon, 13 May 2024 18:55:10 -0700 Subject: [PATCH] 16px to 1rem --- src/styles/pages/Home.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }