This commit is contained in:
Vassshhh
2025-06-17 21:31:52 +07:00
parent 2ed6ecfe75
commit 64f5609d2c
8 changed files with 262 additions and 43 deletions

View File

@@ -50,7 +50,7 @@
.statsGrid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 20px;
}
@@ -202,8 +202,8 @@ position: absolute;
}
.dropdownToggle {
background-color: #007bff;
color: white;
background-color: #ffff;
color: #255e54;
padding: 8px 12px;
border: none;
border-radius: 4px;