From 083e5ae062d73506887a962e8fbc89e2ed778510 Mon Sep 17 00:00:00 2001 From: JoannaSendecka <161479597+JoannaSendecka@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:11:39 +0200 Subject: [PATCH] Update _custom.scss --- _sass/_custom.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_sass/_custom.scss b/_sass/_custom.scss index 95374cc..c3300e5 100644 --- a/_sass/_custom.scss +++ b/_sass/_custom.scss @@ -2,7 +2,8 @@ /* within page/posts */ .home_text { - max-width: 1170px; - margin: 70px auto; + max-width: 1500px; + margin: 40px auto; padding: 0 15px; + font-size: 20pt }