diff --git a/src/styles/blog.scss b/src/styles/blog.scss index 40f9693..360feba 100644 --- a/src/styles/blog.scss +++ b/src/styles/blog.scss @@ -12,7 +12,7 @@ main { p, li { - font-size: 1.125rem; + font-size: clamp(1rem, 2.5vw, 1.125rem); line-height: 1.75; text-align: justify; } diff --git a/src/styles/global.scss b/src/styles/global.scss index 81ff0dd..96c72fe 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -63,6 +63,7 @@ p { a { color: inherit; text-decoration: none; + word-break: break-all; } .link {