From 3d49f206f9d8b29928dc08458f5563b6fd9214ff Mon Sep 17 00:00:00 2001 From: Peter Nguyen Date: Fri, 5 Sep 2025 22:40:39 -0700 Subject: New blog post 05 SEPT 2025 --- css/blog-styles.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'css/blog-styles.css') diff --git a/css/blog-styles.css b/css/blog-styles.css index 58c4377..efaad52 100644 --- a/css/blog-styles.css +++ b/css/blog-styles.css @@ -60,6 +60,22 @@ a { color: inherit !important; } +.contact { + font-size: 2rem !important; + font-weight: 450 !important; +} + +.inline-link { + font-size: inherit; + font-weight: 450; + color: inherit !important; +} + +.contact-text { + max-width: 600px !important; + font-size: 1.05rem !important; +} + /* ANIMS */ .fade-in { @@ -127,7 +143,7 @@ article h1 { article p { font-size: 1rem !important; font-weight: 400; - max-width: 600px; + max-width: 100%; text-wrap: wrap; padding-top: 0.25rem; } -- cgit v1.2.3