Change #content_body width from 95% to 98%.

master
voussoir 2020-09-03 12:06:35 -07:00
parent a524249ab4
commit 2a5983b124
1 changed files with 1 additions and 1 deletions

View File

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