about new strucure updated

This commit is contained in:
akash 2025-12-13 15:32:07 +05:30
parent 37984cfea8
commit d833c56ddd
2 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

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