Skip to content

Commit

Permalink
chore(kitchen-sink): Fix css for page width
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Sep 15, 2024
1 parent 83e284b commit c8f14d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,9 @@
& > main {
display: flex;
flex-grow: 1;

& > div {
width: 100%;
}
}
}

0 comments on commit c8f14d3

Please sign in to comment.