landing edit
All checks were successful
publish / Build-and-publish (push) Successful in 16s

This commit is contained in:
free ko 2024-11-19 18:28:59 +02:00
parent 3f7e5722d5
commit 6edf41b556

View File

@ -358,7 +358,17 @@
transform: scale(1.01); transform: scale(1.01);
} }
.infoCardLanding:hover > *:nth-child(1) {
color: rgb(255,153,0);
transform: scale(1.05);
}
.infoCardLanding:hover > *:nth-child(2) > *:nth-child(1) {
color: rgb(255,153,0);
}
.infoCardLandingMedia { .infoCardLandingMedia {
transition: ease 0.4s;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
@ -379,6 +389,7 @@
} }
.infoCardLandingDetailsHead { .infoCardLandingDetailsHead {
transition: ease 0.4s;
font-size: 24px; font-size: 24px;
font-weight: 700; font-weight: 700;
} }