Formatting changes + yesterday dynamically updates for scoreboard date parameter. Hover effect also added to focused game card
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
min-height: 100px;
|
||||
min-width: 200px;
|
||||
box-sizing: border-box;
|
||||
|
||||
transition: transform 0.4s ease; /* Add transition for smooth effect */
|
||||
}
|
||||
|
||||
#game-card:hover {
|
||||
transform: scale(1.05); /* Scale up by 10% on hover */
|
||||
}
|
||||
|
||||
.score-card-body {
|
||||
|
||||
Reference in New Issue
Block a user