make textareas bigger by def

This commit is contained in:
2023-10-04 20:30:45 +05:30
parent 61ea9dbe46
commit e3be808e9b
3 changed files with 5 additions and 3 deletions

View File

@@ -116,12 +116,12 @@ button:hover {
}
.item {
width: 100%;
height: 150px;
height: 220px;
}
.item-wrapper {
display: block;
width: 90%;
max-width: 450px;
max-width: 720px;
margin: 5px 10px;
gap: 10px;
}