about section updated

This commit is contained in:
akash 2025-12-13 11:49:16 +05:30
parent 1b0ac9fbe9
commit 109941612b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

View File

@ -119,7 +119,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
/* Use the requested image */ /* Use the requested image */
background-image: url('/assets/images/home/whereNew.jpg'); background-image: url('/assets/images/home/whereNew.webp');
background-attachment: fixed; background-attachment: fixed;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -128,7 +128,7 @@
/* On larger screens, adjust positioning */ /* On larger screens, adjust positioning */
@media (min-width: 1024px) { @media (min-width: 1024px) {
background-size: cover; background-size: 1230px;
background-position: center; background-position: center;
} }
} }