fix textarea size
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 1m8s
mozhi pipeline / Build and publish artifacts (push) Failing after 1m7s

This commit is contained in:
Arya 2023-09-21 15:37:09 +05:30
parent 45da9bb25d
commit c73f3d90f1
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -120,7 +120,8 @@ button:hover {
} }
.item-wrapper { .item-wrapper {
display: block; display: block;
width: 450px; width: 90%;
max-width: 450px;
margin: 5px 10px; margin: 5px 10px;
gap: 10px; gap: 10px;
} }