Skip to content

Commit

Permalink
update media queries*
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoglvm committed Jan 19, 2024
1 parent 5ac7cde commit 0a4eedb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,14 @@ fieldset {
@media (max-width: 768px) {
body {
background-image: var(--bg-mobile);
background-size: cover;
}

.form {
min-height: 100vh;
border-radius: 0;
margin: auto;
background-size: cover;
}

.checkbox-group label {
Expand Down

0 comments on commit 0a4eedb

Please sign in to comment.