UI fixes on forms
This commit is contained in:
parent
845b0cc954
commit
c29d044727
2 changed files with 11 additions and 0 deletions
|
@ -210,4 +210,13 @@ h1 {
|
|||
margin-right: 8px;
|
||||
border-radius: 15px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.form {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.form-button, .form-message, form .header-big {
|
||||
grid-column: span 1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue