From 55116390145916980ad5d6a754dfafe37842bb93 Mon Sep 17 00:00:00 2001 From: Shelby Kay Date: Sat, 16 Oct 2021 13:24:39 +0200 Subject: [PATCH] Change Heading component max-width --- src/style/molecules/_heading.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/molecules/_heading.scss b/src/style/molecules/_heading.scss index bafdcb9..5411fa7 100644 --- a/src/style/molecules/_heading.scss +++ b/src/style/molecules/_heading.scss @@ -15,7 +15,7 @@ } // Text p { - max-width: 260px; + max-width: 300px; margin: 40px auto 0; font-weight: 200;