diff --git a/src/App.vue b/src/App.vue index 8f82218..5ee7857 100644 --- a/src/App.vue +++ b/src/App.vue @@ -197,51 +197,87 @@

Some of these additional references are NSFW. Click - here to see them. + here to enable NSFW + mode.

@@ -631,7 +667,7 @@ export default { font-size: 1.25em; } - @media (min-width: 160em) { + @media (min-width: 125em) { font-size: 1.5em; } } @@ -640,15 +676,23 @@ main { h2, h3, p { - max-width: 40rem; + max-width: 45rem; margin-left: auto; margin-right: auto; + + @media (min-width: 125em) { + max-width: 55rem; + } } .prose { - max-width: 40rem; + max-width: 45rem; margin-left: auto; margin-right: auto; + + @media (min-width: 125em) { + max-width: 55rem; + } } @include mq-mobile {