Skip to content

Commit b82a11b

Browse files
josuejjv85claude
andcommitted
Optimize hero section spacing between avatar and navigation
- Reduce margin between avatar and navigation button (md:mr-4 lg:mr-6) - Adjust container width to bring elements closer proportionally - Maintain responsive spacing consistency from mobile to desktop 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9a0fb45 commit b82a11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ <h1 class="text-5xl md:text-6xl lg:text-7xl font-bold bg-gradient-to-r from-gray
4040
<!-- Hero and Navigation Section -->
4141
<div id="hero" class="flex justify-center py-8 px-4 md:px-8 lg:py-12">
4242
<div
43-
class="inline-flex flex-col md:flex-row items-center justify-between w-full max-w-3xl"
43+
class="inline-flex flex-col md:flex-row items-center justify-between w-full max-w-2xl lg:max-w-3xl"
4444
>
4545
<!-- Hero Image Section -->
4646
<div
47-
class="w-32 md:w-40 lg:w-48 mb-6 md:mb-0 md:mr-8 lg:mr-hero-lg p-2 md:p-hero"
47+
class="w-32 md:w-40 lg:w-48 mb-6 md:mb-0 md:mr-4 lg:mr-6 p-2 md:p-3"
4848
>
4949
<img
5050
src="img/avatarholder.png"

0 commit comments

Comments
 (0)