We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c37602 commit b56897aCopy full SHA for b56897a
src/assets/blog.scss
@@ -1,6 +1,6 @@
1
.blog {
2
// this greatly improves legibility
3
- max-width: 700px;
+ max-width: calc(min(700px, 100%));
4
padding-left: .5rem;
5
padding-right: .5rem;
6
0 commit comments