@@ -55,8 +55,8 @@ import "../styles/global.css";
55
55
</div >
56
56
57
57
<!-- Navigation Bar with transparent background -->
58
- <div class =" relative z-10 flex justify-center text-white px-8 sm:px-20" >
59
- <nav class =" flex justify-between items-center pt-6 w-full max-w-screen-md" >
58
+ <div class =" relative z-10 flex justify-center text-white px-6 sm:px-20" >
59
+ <nav class =" flex justify-between items-center pt-5 w-full max-w-screen-md" >
60
60
<div class =" text-2xl font-bold" >LOGO</div >
61
61
62
62
<!-- Desktop Navigation -->
@@ -79,7 +79,7 @@ import "../styles/global.css";
79
79
</div >
80
80
81
81
<!-- Headline with same padding as content -->
82
- <div class =" relative z-10 text-white max-w-screen-md mx-auto px-8 sm:px-20" >
82
+ <div class =" relative z-10 text-white max-w-screen-md mx-auto px-6 sm:px-20" >
83
83
<div class =" py-15 sm:py-20 max-w-[70%] sm:max-w-[80%]" >
84
84
<h1 class =" text-3xl sm:text-4xl lg:text-6xl font-bold font-display leading-tight" >
85
85
Some blog entry headline that's quite long
@@ -94,7 +94,7 @@ import "../styles/global.css";
94
94
x-show =" mobileMenuOpen"
95
95
class =" fixed inset-0 bg-black z-50"
96
96
>
97
- <div class =" px-8 sm:px-20 max-w-screen-md mx-auto" >
97
+ <div class =" px-6 sm:px-20 max-w-screen-md mx-auto" >
98
98
<!-- Mobile Menu Header with Close Button -->
99
99
<div class =" flex justify-between items-center py-6" >
100
100
<div class =" text-2xl font-bold text-white" >LOGO</div >
@@ -111,15 +111,15 @@ import "../styles/global.css";
111
111
</div >
112
112
113
113
<!-- Mobile Menu Links -->
114
- <div class =" flex flex-col items-center justify-center h-[80vh] space-y-8 text-xl" >
114
+ <div class =" flex flex-col items-center justify-center h-[80vh] space-y-6 text-xl" >
115
115
<a href =" #" class =" text-white hover:text-gray-300" @click =" mobileMenuOpen = false" >Link 1</a >
116
116
<a href =" #" class =" text-white hover:text-gray-300" @click =" mobileMenuOpen = false" >Link 2</a >
117
117
<a href =" #" class =" text-white hover:text-gray-300" @click =" mobileMenuOpen = false" >Link 3</a >
118
118
</div >
119
119
</div >
120
120
121
121
<!-- Content Box with responsive padding -->
122
- <div class =" max-w-screen-md mx-auto bg-white text-black p-8 sm:p-20 -mt-5 sm:-mt-40 relative z-10" >
122
+ <div class =" max-w-screen-md mx-auto bg-white text-black p-6 sm:p-20 -mt-5 sm:-mt-40 relative z-10" >
123
123
<p class =" mb-6" >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris. Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor.</p >
124
124
125
125
<p class =" mb-6" >Ut aliquam sollicitudin iaculis. Praesent ac semper ante. Interdum et malesuada fames ac ante ipsum primis in faucibus. Vivamus eget tempor dolor.</p >
@@ -145,8 +145,8 @@ import "../styles/global.css";
145
145
</div >
146
146
147
147
<!-- Black Footer with smaller navigation (always visible) -->
148
- <footer class =" bg-black text-white py-10" >
149
- <div class =" flex justify-center px-8 sm:px-20" >
148
+ <footer class =" bg-black text-white py-4 sm:py- 10" >
149
+ <div class =" flex justify-center px-5 sm:px-20" >
150
150
<div class =" flex justify-between items-center w-full max-w-screen-md" >
151
151
<div class =" text-lg font-bold" >LOGO</div >
152
152
<div class =" flex space-x-4 sm:space-x-6 text-xs sm:text-sm" >
0 commit comments