Change #content_body width from 95% to 98%.

This commit is contained in:
voussoir 2020-09-03 12:06:35 -07:00
parent a524249ab4
commit 2a5983b124

View file

@ -3,5 +3,5 @@
justify-self: center;
min-width: 200px;
max-width: 1440px;
width: 95%;
width: 98%;
}