This commit is contained in:
janis
2023-01-24 20:15:04 +01:00
parent 730c111d3c
commit 2f5d925649
4 changed files with 61 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
.form {
width: 100%;
}
.input {
width: 100%;
border-radius: 500px;
padding: 2%;
}
.textarea {
width: 100%;
border-radius: 10px;
padding: 2%;
resize: vertical;
}