Skip to content

Commit

Permalink
fix horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jul 18, 2024
1 parent 309fcfe commit db253f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ section {
color: var(--kg-color-black);
background: var(--kg-color-primary);
height: 100vh;
overflow: hidden;

+ section {
flex-grow: 1;
Expand Down

0 comments on commit db253f6

Please sign in to comment.