diff --git a/samples/nextjs-template/src/app/globals.css b/samples/nextjs-template/src/app/globals.css index f5fd584f..049fa29b 100644 --- a/samples/nextjs-template/src/app/globals.css +++ b/samples/nextjs-template/src/app/globals.css @@ -411,6 +411,16 @@ a:hover span.animate { background-image: linear-gradient(180deg, #10141d 55.03%, #191e28 100%); } +.about-us .about-us-image { + position: relative; + width: 100%; + padding-top: 56.25%; +} + +.about-us .about-us-image img { + object-fit: cover; +} + .blog-card { color: #333; cursor: pointer;