Update src/styles/cardGames.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m7s

This commit is contained in:
freakoverse 2025-01-28 13:38:51 +00:00
parent 4d240554ce
commit df21fa0346

View File

@ -7,7 +7,7 @@
cursor: pointer;
border-radius: 15px;
overflow: hidden;
padding: 5px;
padding: 5px 5px 10px 5px;
}
.cardGameMainWrapperLink:hover {
@ -41,7 +41,7 @@
.cardGameMainTitle {
transition: ease 0.4s;
color: rgba(255, 255, 255, 0.5);
padding: 0 10px 10px 10px;
padding: 0 10px;
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;