functional down arrow header
This commit is contained in:
parent
dc2fa17992
commit
a050654455
@ -91,10 +91,9 @@ export default function HeaderD({
|
||||
</div>
|
||||
|
||||
<div className="absolute z-10 w-full h-full flex flex-col items-center justify-end">
|
||||
<div
|
||||
className={`w-12 h-12 flex justify-center items-center text-4xl text-gray-200 ri-arrow-down-fill rounded-full border hover:border-white border-transparent ${
|
||||
showCookies ? 'mb-2' : 'mb-22'
|
||||
}`}
|
||||
<a
|
||||
href="#part-one"
|
||||
className="w-12 h-12 flex justify-center items-center text-4xl text-gray-200 ri-arrow-down-fill rounded-full border hover:border-white border-transparent mb-22"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
@ -124,10 +124,9 @@ export default function HeaderD({
|
||||
</div>
|
||||
|
||||
<div className="absolute z-10 w-full h-full flex flex-col items-center justify-end">
|
||||
<div
|
||||
className={`w-12 h-12 flex justify-center items-center text-4xl text-gray-200 ri-arrow-down-fill rounded-full border hover:border-white border-transparent ${
|
||||
showCookies ? 'mb-2' : 'mb-22'
|
||||
}`}
|
||||
<a
|
||||
href="#part-one"
|
||||
className="w-12 h-12 flex justify-center items-center text-4xl text-gray-200 ri-arrow-down-fill rounded-full border hover:border-white border-transparent mb-32"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
@ -4,7 +4,10 @@ import part1banner from '../assets/images/part-1-banner.png';
|
||||
|
||||
export default function PartOne() {
|
||||
return (
|
||||
<div className="w-full h-screen flex flex-col items-center sm:justify-start justify-center sm:py-12 sm:px-20 p-4">
|
||||
<div
|
||||
className="w-full h-screen flex flex-col items-center sm:justify-start justify-center sm:py-12 sm:px-20 p-4"
|
||||
id="part-one"
|
||||
>
|
||||
<div className="text-red-600 uppercase text-sm font-bold font-avenirblack">
|
||||
How we do it
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user