File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import "../styles/global.css";
47
47
</div >
48
48
49
49
50
- <!-- Red blob with horizontal parallax effect - positioned directly in the header --> '
50
+ <!-- Red blob with horizontal parallax effect - positioned directly in the header -->
51
51
<div class =" absolute top-0 bottom-0 left-0 right-0" >
52
52
<div class =" max-w-[68rem] mx-auto h-full flex justify-end items-end " >
53
53
<img src =" /images/example.png" class =" select-none h-[67%] sm:h-[87%]" x-bind:style =" 'transform: translateY(' + scrollPosition * 0.67 + 'px)'" />
@@ -56,7 +56,7 @@ import "../styles/global.css";
56
56
57
57
<!-- Navigation Bar with transparent background -->
58
58
<div class =" relative z-10 flex justify-center text-white px-8 sm:px-20" >
59
- <nav class =" flex justify-between items-center py -6 w-full max-w-screen-md" >
59
+ <nav class =" flex justify-between items-center pt -6 w-full max-w-screen-md" >
60
60
<div class =" text-2xl font-bold" >LOGO</div >
61
61
62
62
<!-- Desktop Navigation -->
You can’t perform that action at this time.
0 commit comments