ok
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user