core: experiment with rem width

This commit is contained in:
Trianta 2024-12-09 15:29:08 -06:00
parent e05506e2ac
commit 55f39569f3

View File

@ -3,7 +3,7 @@ body {
font-size: 14px;
color: #4c4f69;
line-height: 1.5;
max-width: 800px;
max-width: 80rem;
margin-inline: auto;
background: #eff1f5;
margin: 0px auto;