FIX: Letters

This commit is contained in:
2025-08-27 13:04:06 +02:00
parent 3033987e46
commit d734fd4d4f

View File

@@ -121,7 +121,7 @@
<!-- Section 1: Hero / Landing Page --> <!-- Section 1: Hero / Landing Page -->
<section id="hero" class="hero-section h-screen flex flex-col items-center justify-center text-center relative overflow-hidden"> <section id="hero" class="hero-section h-screen flex flex-col items-center justify-center text-center relative overflow-hidden">
<div class="content-container pb-16"> <div class="content-container pb-16">
<h1 class="hero-title text-6xl md:text-8xl tracking-wide gradient-text"> <h1 class="hero-title text-5xl md:text-7xl tracking-wide gradient-text leading-normal md:leading-normal py-2">
<span class="font-medium">Making</span> <span class="font-extrabold">Technology</span> <span class="font-medium">Work</span> <span class="font-medium">Making</span> <span class="font-extrabold">Technology</span> <span class="font-medium">Work</span>
</h1> </h1>
</div> </div>
@@ -234,7 +234,7 @@
</main> </main>
<footer class="text-center py-8 border-t border-gray-800/50"> <footer class="text-center py-8 border-t border-gray-800/50">
<p class="text-gray-500">&copy; 2024 Maksym Buz. All rights reserved.</p> <p class="text-gray-500">&copy; 2025 Maksym Buz. All rights reserved. Generated using AI</p>
</footer> </footer>
<script> <script>