mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fixed header image hight in landingpage
This commit is contained in:
parent
3a11da1c3f
commit
0e73bb6efe
@ -74,7 +74,7 @@ export const Landingpage = () => {
|
||||
<div className="hero min-h-full text-base">
|
||||
<div className="hero-content text-center flex flex-col place-items-center p-0" >
|
||||
<div className='bg-no-repeat bg-center w-full' style={{ backgroundImage: "url(bg1.webp)" }}>
|
||||
<div className='min-h-screen flex flex-row items-center justify-center '>
|
||||
<div className='min-h-[calc(100vh-60px)] flex flex-row items-center justify-center '>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user