header-img-position

This commit is contained in:
tangly1024
2023-03-12 22:29:00 +08:00
parent 6cdf9874ba
commit b9144b8df8
2 changed files with 3 additions and 2 deletions

View File

@@ -56,9 +56,9 @@ const Header = props => {
return (
<header
id="header"
className="md:bg-fixed w-full h-screen bg-black text-white relative"
className="w-full h-screen bg-black text-white relative"
>
<div className='w-full h-full fixed'>
<div className='w-full h-full'>
<Image src={siteInfo.pageCover} fill
style={{ objectFit: 'cover' }}
className='opacity-70'