Reduce mobile marina image frame height by 36% (from 300px to 192px)
Build And Push Image / docker (push) Successful in 2m56s
Details
Build And Push Image / docker (push) Successful in 2m56s
Details
This commit is contained in:
parent
bbee08bfb7
commit
21a83a1db9
|
|
@ -613,7 +613,7 @@ export default function Home() {
|
|||
</div>
|
||||
|
||||
{/* Marina Image Section */}
|
||||
<div className="relative w-full h-[300px] -mt-6 px-4">
|
||||
<div className="relative w-full h-[192px] -mt-6 px-4">
|
||||
<div className="relative w-full h-full">
|
||||
<Image
|
||||
src="/marina_cropped.jpg"
|
||||
|
|
|
|||
Loading…
Reference in New Issue