Skip to content

Commit

Permalink
Fixed settings layout page (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Dec 29, 2024
1 parent 8dbd823 commit 2aa5e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/settings/settings.page.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.wrapper {
padding: .35em 0;
display: grid;
grid-template-columns: minmax(0, 1fr) max-content;
gap: 1em;
grid-template-columns: minmax(30%, 1fr) min-content;
gap: 1.5em;
align-items: center;
min-width: 100%;
}
Expand Down

0 comments on commit 2aa5e0d

Please sign in to comment.