diff options
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; } |
