@@ -64,7 +64,7 @@ import "../styles/global.css";
64
64
<!-- Text overlay as background texture with parallax effect and 45-degree rotation -->
65
65
<div class =" absolute top-0 left-0 w-full h-[70vh] flex justify-center items-center overflow-hidden z-behind-1" style =" will-change: transform;" >
66
66
<div
67
- class =" text-darker-gray font-display text-[25vw ] sm:text-[25vw] font-black leading-[0.9] text-center uppercase w-[150%] origin-center rotate-45"
67
+ class =" text-darker-gray font-display text-[33vw ] sm:text-[25vw] font-black leading-[0.9] text-center uppercase w-[150%] origin-center rotate-45"
68
68
x-bind:style =" 'transform: translateY(' + scrollPosition * 0.6 + 'px)'"
69
69
>
70
70
Some blog entry headline thats quite long
@@ -104,7 +104,7 @@ import "../styles/global.css";
104
104
<!-- Headline with same padding as content -->
105
105
<div class =" text-center text-white max-w-screen-md mx-auto px-8 sm:px-20" >
106
106
<div class =" py-10 sm:py-20" >
107
- <h1 class =" text-6xl font-display font-bold leading-tight" >
107
+ <h1 class =" text-4xl sm:text- 6xl font-display font-bold leading-tight" >
108
108
Some blog entry headline that's quite long
109
109
</h1 >
110
110
</div >
@@ -137,7 +137,7 @@ import "../styles/global.css";
137
137
</div >
138
138
139
139
<!-- Black Footer with smaller navigation (always visible) -->
140
- <footer class =" bg-black text-white py-10 mt-20 " >
140
+ <footer class =" bg-black text-white py-10" >
141
141
<div class =" flex justify-center px-8 sm:px-20" >
142
142
<div class =" flex justify-between items-center w-full max-w-screen-md" >
143
143
<div class =" text-lg font-bold" >LOGO</div >
0 commit comments