- update lobby page style
    - fix some bugs on lobby page
This commit is contained in:
Kum1ta
2024-10-04 00:08:21 +02:00
parent 88d2243f86
commit 6484969e4b
4 changed files with 92 additions and 78 deletions

View File

@ -155,24 +155,6 @@ body {
gap: 20px;
}
.select-card{
margin: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px;
background-color: #d3d3d3;
color: #000;
height: 90px;
font-size: 1.2em;
transition: transform 0.3s ease;
}
.select-card:hover {
transform: scale(1.05);
}
.switch {
position: relative;
}