Skip to content

Commit

Permalink
Fix moving content on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
punmechanic committed Dec 6, 2023
1 parent ec2d4bf commit d2672b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/App.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

.Content {
display: grid;
grid-template-columns: 2 2fr;
grid-template-rows: 2;

grid-template-columns: auto 100%;
padding: 10px;
}

Expand Down

0 comments on commit d2672b3

Please sign in to comment.