From 743be949cd6daf9af7805fd328c1a8854c594760 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 8 Aug 2024 18:54:14 -0700 Subject: [PATCH] style: default font sizes for docs (#618) --- src/pages/home/_index.module.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/home/_index.module.scss b/src/pages/home/_index.module.scss index 43d45c68e..91d40875b 100644 --- a/src/pages/home/_index.module.scss +++ b/src/pages/home/_index.module.scss @@ -1,8 +1,3 @@ -p { - line-height: 1.5; - font-size: 1.1rem; -} - summary { font-weight: bold; } @@ -26,6 +21,11 @@ summary { font-weight: 700; } + p { + line-height: 1.5; + font-size: 1.1rem; + } + @media (max-width: 1000px) { padding: 3rem 2rem; }