diff --git a/sass/blog.scss b/sass/blog.scss index 18ea6c9..80b708b 100644 --- a/sass/blog.scss +++ b/sass/blog.scss @@ -26,6 +26,11 @@ h1 { padding: 0.5rem; color: inherit; text-decoration: none; + + // Don't be so stringent on width as it gets smaller + @media screen and (max-width: 1125px) { + width: 80vw; + } } }