From b9dd2093f2bd626b1d74b203d193d753c8aa1ccf Mon Sep 17 00:00:00 2001 From: noa Date: Sun, 10 Jul 2022 10:47:03 +0300 Subject: [PATCH] fix style --- components/layout/layout.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/layout.module.scss b/components/layout/layout.module.scss index 838ba4f..cf747d6 100644 --- a/components/layout/layout.module.scss +++ b/components/layout/layout.module.scss @@ -2,7 +2,7 @@ height: max-content; display: flex; flex-direction: column; - font-size: 1.6rem; // Based on 10px. + font-size: 1rem; // Based on 16px. gap: 20px; padding: 136px 0 114px; margin: 0 auto;