From 416086df7eebddc6286163d96b487a6e9ad6434a Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 4 Sep 2020 00:29:37 +0200 Subject: [PATCH] feat: :lipstick: update markup and styles Minor text changes, add credits in muscle refs with hover, change responsive breakpoints and make paragraphs wider --- src/App.vue | 68 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 56 insertions(+), 12 deletions(-) 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 {