Skip to content

Commit 732874b

Browse files
committed
further fixes
1 parent f799f6f commit 732874b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ html, body {
3333
display: flex;
3434
flex-direction: column;
3535
align-items: center;
36+
justify-content: center;
3637
gap: 50px;
3738
left: 50%;
3839
transform: translateX(-50%);
39-
padding-top: 90px;
4040
height: calc(100% - 76px);
4141
top: 76px;
4242
}

src/components/Game/FlagDisplay.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.flag-container {
22
width: 100%;
3-
height: 300px;
3+
height: 40%;
44
display: flex;
55
align-items: center;
66
justify-content: center;

0 commit comments

Comments
 (0)