Commit Diff


commit - 8dde9d41f4bac9796552a7711fc524e680ecf0f2
commit + 49086d76c33277f70dc2d6c73ea2a66ac4bab8d2
blob - 1b062d58f8611abf12296641b7e02db096140723
blob + 7c02c5f548aa8669d6756ad84888e14747b459c1
--- stuff/style.css
+++ stuff/style.css
@@ -4,12 +4,12 @@ html {
     margin: auto;
     font-family: monospace, monospace;
     line-height: 1.7;
+    font-size: calc(1em + 0.3vw); 
 }
 
 body {
     color: #212121;
     background-color: #fafafa;
-    font-size: calc(18px + 0.390625vw); 
 }
 
 h1,h2,h3,h4,h5,h6 {