use max-width

This commit is contained in:
srgooglo 2022-03-02 20:34:44 +01:00
parent e7561c06c8
commit e89f25223c

View File

@ -1,9 +1,9 @@
.postCreator {
width : fit-content;
min-width : 35vw;
width : 100%;
padding : 15px;
background-color: var(--background-color-accent);
max-width : 600px;
border-radius: 7px;
.textInput {