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>

View File

@@ -5,7 +5,7 @@
margin: 0;
padding: 0;
height: 100vh;
width: 60px;
z-index: 1;
list-style-type: none;
background: rgb(252, 220, 171, 0.85);
overflow: hidden;
@@ -69,4 +69,10 @@
width: 20px;
height: 20px;
}
}
@media screen and (min-width: 601px) {
.menu-collapsed {
width: 60px;
}
}