Skip to content

Commit

Permalink
fix: mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Oct 10, 2024
1 parent d33e591 commit d145dc2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,23 @@ footer {
max-width: 400px;
}
}

@media (max-width: 600px) {
.signup form {
flex-direction: column;
}

.signup input[type="email"],
.signup input[type="submit"] {
flex: 1;
width: 100%;
margin-left: 0;
margin-bottom: 0.5rem;
}

footer {
flex-direction: column;
gap: 0;
padding-bottom: 4rem;
}
}

0 comments on commit d145dc2

Please sign in to comment.