Structure: Express content width in terms of rems

This commit is contained in:
Eryn Wells 2024-07-03 07:40:04 -07:00
parent 6913813f80
commit 199731551e

View file

@ -12,7 +12,7 @@
************************/
:root {
--content-width: 40em;
--content-width: 40rem;
}
body {