Skip to content

Commit

Permalink
fix: test app styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Apr 26, 2024
1 parent 5ddba63 commit 1385aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui/testApp/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,13 @@ button:focus-visible {
padding: 2em;
}

* {
box-sizing: border-box;
}

#app {
max-width: 1280px;
width: 100vw;
margin: 0 auto;
padding: 2rem;
}
Expand Down

0 comments on commit 1385aa4

Please sign in to comment.