styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user