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-post.css | 2 ++ css/blog-styles.css | 18 +++++++++++++++++- css/projects-styles.css | 4 ++++ 3 files changed, 23 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/blog-post.css b/css/blog-post.css index d4e204a..ae872aa 100644 --- a/css/blog-post.css +++ b/css/blog-post.css @@ -141,6 +141,7 @@ a { .inline-link { font-size: inherit; font-weight: inherit; + color: #3366CC !important; } .date { @@ -168,6 +169,7 @@ p { } img { + max-width: 768px; padding-bottom: 1%; } 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; } diff --git a/css/projects-styles.css b/css/projects-styles.css index 5cf1843..7626a91 100644 --- a/css/projects-styles.css +++ b/css/projects-styles.css @@ -165,6 +165,10 @@ a { /* Keeps everything left-aligned */ } +.sidebar-text { + max-width: 600px; +} + .sidebar img { padding-bottom: 5%; } -- cgit v1.2.3