Forgot about fit-content
This commit is contained in:
parent
737e4c92de
commit
99f87e746e
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue