functional down arrow header
This commit is contained in:
parent
dc2fa17992
commit
a050654455
@ -91,10 +91,9 @@ export default function HeaderD({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="absolute z-10 w-full h-full flex flex-col items-center justify-end">
|
<div className="absolute z-10 w-full h-full flex flex-col items-center justify-end">
|
||||||
<div
|
<a
|
||||||
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 ${
|
href="#part-one"
|
||||||
showCookies ? 'mb-2' : 'mb-22'
|
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>
|
</div>
|
||||||
|
|
||||||
|
@ -124,10 +124,9 @@ export default function HeaderD({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="absolute z-10 w-full h-full flex flex-col items-center justify-end">
|
<div className="absolute z-10 w-full h-full flex flex-col items-center justify-end">
|
||||||
<div
|
<a
|
||||||
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 ${
|
href="#part-one"
|
||||||
showCookies ? 'mb-2' : 'mb-22'
|
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>
|
</div>
|
||||||
|
|
||||||
|
@ -4,7 +4,10 @@ import part1banner from '../assets/images/part-1-banner.png';
|
|||||||
|
|
||||||
export default function PartOne() {
|
export default function PartOne() {
|
||||||
return (
|
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">
|
<div className="text-red-600 uppercase text-sm font-bold font-avenirblack">
|
||||||
How we do it
|
How we do it
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user