Skip to content

Commit a3eb635

Browse files
committed
style: maximize games layout and update commodity-crisis styling
1 parent f8c1536 commit a3eb635

5 files changed

Lines changed: 43 additions & 7 deletions

File tree

commodity-crisis/src/index.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ body {
1515
}
1616

1717
.app-container {
18-
max-width: 1200px;
19-
margin: 0 auto;
20-
padding: 20px;
18+
max-width: 100%;
19+
margin: 0;
20+
padding: 10px;
2121
display: grid;
2222
grid-template-columns: 3fr 1fr;
2323
grid-template-rows: auto 1fr auto;
24-
gap: 20px;
25-
height: 95vh;
24+
gap: 15px;
25+
height: 100vh;
26+
box-sizing: border-box;
2627
}
2728

2829
.header {

0 commit comments

Comments
 (0)