Fix responsive shits

This commit is contained in:
Laurent
2024-10-30 00:19:30 +01:00
parent a2eb0d0045
commit 41ca20cdce
2 changed files with 15 additions and 1 deletions

View File

@@ -91,6 +91,7 @@
.position
{
flex-grow: 5;
margin-right: 10px;
text-align: center;
}
@@ -106,4 +107,11 @@
text-align: center;
}
@media screen and (min-width: 601px) {
.leaderboard
{
width: 55vw;
}
}
</style>