Increase nav logo size

Bump logo from h-9 to h-14 and nav height from h-16 to h-20.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
directlx 2026-03-02 08:07:24 -05:00
parent ac182c2aca
commit 38c59264fe
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@
<!-- Navigation -->
<nav class="sticky top-0 z-50 border-b" style="background: rgba(7,7,15,0.85); backdrop-filter: blur(20px); border-color: rgba(255,255,255,0.06);">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex justify-between h-20">
<div class="flex items-center">
<a href="{{ url_for('index') }}" class="flex items-center gap-3 group">
<img src="{{ url_for('static', filename='images/directLX_small.png') }}" alt="DirectLX" class="h-9 opacity-90 group-hover:opacity-100 transition-opacity">
<img src="{{ url_for('static', filename='images/directLX_small.png') }}" alt="DirectLX" class="h-14 opacity-90 group-hover:opacity-100 transition-opacity">
</a>
</div>