Skip to content

Commit

Permalink
Improved style on mobile for centered forms
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Mar 14, 2024
1 parent ef5cf7b commit a2a494c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/utils.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 720px) {
.center-contents {
grid-template-columns: 1fr;
}
}

.flex-list {
display: flex;
align-items: start;
Expand Down

0 comments on commit a2a494c

Please sign in to comment.