Skip to content

Commit

Permalink
Improve knobs layout on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoiam committed Sep 6, 2022
1 parent fb1c7b1 commit fcf03c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/layouts/knobs.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ body {
grid-template-rows: repeat(2, 60px);
grid-template-columns: repeat(8, 56px);
justify-content: space-around;
align-content: space-around;
align-content: center;
grid-row-gap: 16px;
width: 100%;
height: 100%;
}
Expand Down

0 comments on commit fcf03c2

Please sign in to comment.