We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f799f6f commit 732874bCopy full SHA for 732874b
src/App.css
@@ -33,10 +33,10 @@ html, body {
33
display: flex;
34
flex-direction: column;
35
align-items: center;
36
+ justify-content: center;
37
gap: 50px;
38
left: 50%;
39
transform: translateX(-50%);
- padding-top: 90px;
40
height: calc(100% - 76px);
41
top: 76px;
42
}
src/components/Game/FlagDisplay.css
@@ -1,6 +1,6 @@
1
.flag-container {
2
width: 100%;
3
- height: 300px;
+ height: 40%;
4
5
6
justify-content: center;
0 commit comments