From 6edf41b5565922ea60e748a8b06598437f00d4fd Mon Sep 17 00:00:00 2001 From: free ko Date: Tue, 19 Nov 2024 18:28:59 +0200 Subject: [PATCH] landing edit --- public/assets/css/landing.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/assets/css/landing.css b/public/assets/css/landing.css index 499aa74..4c12e5c 100644 --- a/public/assets/css/landing.css +++ b/public/assets/css/landing.css @@ -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; }