feat[font]: Reduced font size by 1 rm

This commit is contained in:
Judah Sotomayor 2023-10-15 22:11:57 -04:00
parent 7c892580b5
commit a699dac234

View File

@ -1,7 +1,7 @@
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.5em; line-height: 1.5em;
font-size: 2.1em; font-size: 1.1em;
color: #222; color: #222;
max-width: 70%; max-width: 70%;
padding: 2rem; padding: 2rem;