Skip to content

Commit

Permalink
Merge branch 'w/features'
Browse files Browse the repository at this point in the history
  • Loading branch information
wazeerc committed May 30, 2024
2 parents ba62549 + 4d69d1d commit 532d8f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/FlagsGuessr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const FlagsGuessr = () => {
<footer>
Thanks for playing! Contribute to the&nbsp;
<a
href="https://github.com/wchadwick/flags-guessr"
href="https://github.com/wazeerc/FlagsGuessr"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
7 changes: 5 additions & 2 deletions src/components/styles/FlagsGuessr.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@
}

@media screen and (max-width: 768px) {
.flags-guessr-main {
height: 100vh;
.flags-guessr-container {
overflow: hidden;
}

.flags-guessr-main {
.flag {
width: 18rem;
}
Expand Down Expand Up @@ -105,4 +107,5 @@ a {
footer {
color: #303030;
font-size: .8rem;
padding-bottom: .4rem;
}

0 comments on commit 532d8f2

Please sign in to comment.