Commit Diff
--- 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 {
