diff --git a/Resources/landing-page/css/custom.css b/Resources/landing-page/css/custom.css index 0100a630..ee42b416 100644 --- a/Resources/landing-page/css/custom.css +++ b/Resources/landing-page/css/custom.css @@ -222,11 +222,13 @@ p { font-weight: 500; line-height: 1.2; } +@media (min-width: 992px) { .portfolio-box img { object-fit: cover; width: 562.4px; height: 295.56px; } +} #portfolio .container-fluid .portfolio-box .portfolio-box-caption.aquamarine-hover:hover { background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; diff --git a/index.html b/index.html index 58fd25bf..a0979fca 100644 --- a/index.html +++ b/index.html @@ -52,8 +52,8 @@
@@ -346,7 +346,7 @@