diff options
| author | Peter Nguyen <peteralistairnguyen@gmail.com> | 2025-09-05 22:40:39 -0700 |
|---|---|---|
| committer | Peter Nguyen <peteralistairnguyen@gmail.com> | 2025-09-05 22:40:39 -0700 |
| commit | 3d49f206f9d8b29928dc08458f5563b6fd9214ff (patch) | |
| tree | 6e6b1b8ef9983fcb7c3f30a1ff6a004de57d0f6a /css/blog-styles.css | |
| parent | bedf7092e44311d2574e22951f3d5a73278b0990 (diff) | |
New blog post 05 SEPT 2025
Diffstat (limited to 'css/blog-styles.css')
| -rw-r--r-- | css/blog-styles.css | 18 |
1 files changed, 17 insertions, 1 deletions
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; } |
