diff --git a/style.css b/style.css index bee64e3..c4ab7f4 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,8 @@ --b: #fbf1c7; --f: #282828; --d: #af3a03; + font-family: monospace; + font-size: 16px; } * { @@ -11,13 +13,15 @@ } body { - font-size: 16px; - font-family: monospace; margin: 0; padding: 1.5rem; line-height: 1.8; } +h1 { + font-size: 1.5rem; +} + a { word-wrap: break-word; min-width: 0;