change bg footer
This commit is contained in:
@@ -159,6 +159,10 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bg-banner-footer {
|
||||
background: url(../public/assets/images/banner-footer.png);
|
||||
}
|
||||
|
||||
.bg-banner-home::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
||||
@@ -4,9 +4,6 @@ import Header from './Header';
|
||||
function Layout({ children, title }) {
|
||||
return (
|
||||
<div>
|
||||
{/* <head>
|
||||
<title>{`${title} | نوبت ۷۲۴`}</title>
|
||||
</head> */}
|
||||
<main className="w-full min-h-screen">
|
||||
<header className="w-full fixed top-10 right-1/2 translate-x-1/2 padding-responsive z-[10]">
|
||||
<Header />
|
||||
@@ -15,8 +12,10 @@ function Layout({ children, title }) {
|
||||
{children}
|
||||
</section>
|
||||
</main>
|
||||
<footer className="bg-[#F5F5F5] mt-[250px] padding-responsive">
|
||||
<Footer />
|
||||
<footer className="bg-[#F5F5F5] mt-[206px] pt-[44px] bg-banner-footer !bg-center !bg-no-repeat !bg-cover">
|
||||
<div className='padding-responsive'>
|
||||
<Footer />
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
)
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 186 KiB |
Reference in New Issue
Block a user