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; }