Forgot about fit-content

This commit is contained in:
Yamboy1 2020-01-18 20:59:50 +13:00 committed by Sean Yesmunt
parent 737e4c92de
commit 99f87e746e

View file

@ -104,8 +104,7 @@
.main__document-wrapper {
max-width: 100%;
min-width: 80%;
/* margin: auto needs a set width */
width: 0;
width: fit-content;
margin: auto;
margin-bottom: var(--spacing-xlarge);