This commit is contained in:
parent
3f7e5722d5
commit
6edf41b556
@ -358,7 +358,17 @@
|
||||
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 {
|
||||
transition: ease 0.4s;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
@ -379,6 +389,7 @@
|
||||
}
|
||||
|
||||
.infoCardLandingDetailsHead {
|
||||
transition: ease 0.4s;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user