about new strucure updated
This commit is contained in:
parent
37984cfea8
commit
d833c56ddd
BIN
public/assets/images/home/about.jpg
Normal file
BIN
public/assets/images/home/about.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
@ -119,7 +119,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* Use the requested image */
|
/* 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-attachment: fixed;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -128,7 +129,7 @@
|
|||||||
|
|
||||||
/* On larger screens, adjust positioning */
|
/* On larger screens, adjust positioning */
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
background-size: auto 92vh;
|
background-size: 38vw;
|
||||||
background-position: right center;
|
background-position: 80%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user