UI fixes on forms

This commit is contained in:
biglyderv 2025-02-27 15:11:24 -05:00
parent 845b0cc954
commit c29d044727
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 11 additions and 0 deletions

View file

@ -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;
}
}