add Markets to navbar and fix logo spacing and auth button wrapping

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-19 20:56:03 +01:00
parent b747de9c8c
commit 12e43c23eb
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@
.nav-logo { .nav-logo {
flex-shrink: 0; flex-shrink: 0;
line-height: 0; line-height: 0;
padding: 0 1.25rem;
} }
.nav-logo img { .nav-logo img {
height: 32px; height: 32px;
@@ -108,6 +109,7 @@
button.nav-auth-btn { button.nav-auth-btn {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
white-space: nowrap;
padding: 6px 16px; padding: 6px 16px;
border: none; border: none;
border-radius: 10px; border-radius: 10px;

View File

@@ -85,6 +85,7 @@
<!-- Right: supply side + auth --> <!-- Right: supply side + auth -->
<div class="nav-links nav-links--right"> <div class="nav-links nav-links--right">
<a href="{{ url_for('directory.index') }}">Directory</a> <a href="{{ url_for('directory.index') }}">Directory</a>
<a href="{{ url_for('content.markets') }}">Markets</a>
<a href="{{ url_for('public.suppliers') }}">For Suppliers</a> <a href="{{ url_for('public.suppliers') }}">For Suppliers</a>
<a href="{{ url_for('public.landing') }}#faq">Help</a> <a href="{{ url_for('public.landing') }}#faq">Help</a>
<!-- Feedback button --> <!-- Feedback button -->