Updated a lot
This commit is contained in:
+2
-2
@@ -18,9 +18,9 @@ $_nav_pages = [
|
||||
?>
|
||||
<nav class="fixed top-0 left-0 right-0 z-50 bg-[#0a0a0a] border-b border-[#1c1c1c]">
|
||||
<div class="max-w-5xl mx-auto px-4 sm:px-6 flex items-center justify-between h-16">
|
||||
<a href="/" class="text-base font-semibold tracking-wide">sistav.com</a>
|
||||
<a href="/" style="font-family: 'Satoshi', sans-serif; font-size: 1.2rem; font-weight: 600; letter-spacing: 0.02em;">sistav.com</a>
|
||||
|
||||
<div class="hidden md:flex items-center gap-8 text-base">
|
||||
<div class="hidden md:flex items-center gap-8 text-lg">
|
||||
<?php foreach ($_nav_pages as $href => $label): ?>
|
||||
<a href="<?= $href ?>" class="<?= _nav_active($href) ? '' : 'text-neutral-400 hover:text-[#e6dfd8]' ?> transition-colors duration-150"><?= $label ?></a>
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user