about section

This commit is contained in:
akash 2025-12-12 23:22:08 +05:30
parent 68b535a5d8
commit 1b0ac9fbe9
2 changed files with 5 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

View File

@ -119,25 +119,16 @@
width: 100%;
height: 100%;
/* Use the requested image */
background-image: url('/assets/images/home/where.webp');
background-image: url('/assets/images/home/whereNew.jpg');
background-attachment: fixed;
background-position: center right;
/* Align right for the text-left layout */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
/* On larger screens, position center of image at 75% of viewport width (center of right half) */
/* On larger screens, adjust positioning */
@media (min-width: 1024px) {
background-size: 38vw auto;
background-position: 73% center;
}
}
/* Mobile fallback for fixed attachment */
@media (max-width: 1024px) {
.parallaxImage {
background-attachment: scroll;
min-height: 400px;
background-size: cover;
background-position: center;
}
}