add 9 games

This commit is contained in:
Russell2259
2024-02-21 16:28:05 +00:00
parent 2dfa8c937c
commit 91c555f6ca
6 changed files with 98 additions and 22 deletions
+16 -5
View File
@@ -87,12 +87,22 @@ body::-webkit-scrollbar-corner {
display: none;
}
#searchInput {
.search {
margin-bottom: 20px;
width: 40vh;
height: 7vh;
border-radius: 2vh;
font-size: 3vh;
input {
width: 60vh;
height: 7vh;
border-radius: 2vh;
font-size: 3vh;
}
select {
height: 7vh;
border-radius: 2vh;
font-size: 3vh;
background: var(--sidebar-bg);
}
}
i {
@@ -622,6 +632,7 @@ img.featured:hover {
}
@keyframes beat {
0%,
50%,
100% {