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:
2023-09-21 15:37:09 +05:30
parent 45da9bb25d
commit c73f3d90f1

View File

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