decrease maximum wrapper width

This commit is contained in:
Ray Elliott 2020-04-01 19:52:10 +00:00
parent 8d5bac6d9f
commit c3bad5fadf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.l-wrapper { .l-wrapper {
width: 100%; width: 100%;
max-width: 90rem; max-width: 80rem;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;