commit 7b4af097be33f85930cf2ee32aa66f240a3144df parent 7a134bb77651595a2f2fb00ea509eb035c46ea2e Author: Mark Wilkerson <mark@markwilkerson.me> Date: Mon, 10 Jun 2019 16:08:24 -0700 make things easier to read on high res mobile screens Diffstat:
M | assets/sass/main.sass | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/assets/sass/main.sass b/assets/sass/main.sass @@ -9,13 +9,20 @@ $menuHover: blue body - font: 100% $fontTextFace + font: 1em $fontTextFace + @media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) + font: 2.2em $fontTextFace pre font: 100% $fontCodeFace padding: 1em overflow: scroll +.p-summary + h2 + font-weight: bold + font-size: 1em + .main max-width: 80% margin: 0 auto