fix textarea size

This commit is contained in:
Arya Kiran 2023-09-21 15:37:09 +05:30
parent 45da9bb25d
commit c73f3d90f1
No known key found for this signature in database
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;
} }