From c32a44fd8b1fdafeb8dae600a828becdb152e050 Mon Sep 17 00:00:00 2001 From: Karson Kalt Date: Wed, 8 May 2024 17:01:50 -0400 Subject: [PATCH] scale post horizontal wordmark --- _sass/custom-styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/custom-styles.scss b/_sass/custom-styles.scss index e59d644..3f88589 100644 --- a/_sass/custom-styles.scss +++ b/_sass/custom-styles.scss @@ -168,6 +168,7 @@ article { .post-wordmark { margin-top: 50px; - max-width: 500px; + width: 500px; + max-width: 100%; margin-bottom: 50px; }