css for header schanged

This commit is contained in:
2026-05-04 14:52:10 -04:00
parent b27a2995a8
commit 56b939eb02
2 changed files with 23 additions and 3 deletions
+2 -3
View File
@@ -183,7 +183,7 @@
</button>
<a class="navbar-brand flex relative" href="./index-start-hub-8.html">
<span class="navbar-brand-inner">
<img class="logo-default" src="./assets/images/demo/start-hub-8/tokslaw-logo-.svg" alt="Starthub Eight">
<img class="logo-default" src="./assets/images/demo/start-hub-8/tokslaw_logo_main.png" alt="Starthub Eight">
</span>
</a>
</div>
@@ -435,9 +435,8 @@
<div class="mr-20 lqd-imggrp-single block relative">
<div class="lqd-imggrp-img-container inline-flex relative items-center justify-center">
<figure class="w-full relative">
<img width="106" height="32" src="./assets/images/demo/start-hub-8/tokslaw-logo-.svg" alt="Tokslaw">
<img width="106" height="32" src="./assets/images/demo/start-hub-8/tokslaw_logo_main.png" alt="Tokslaw">
</figure>
<span class="link-badge text-badge">Tokslaw</span>
</div>
</div>
<div class="ld-fancy-heading relative">
+21
View File
@@ -1,4 +1,25 @@
/* ── Header height & logo ── */
#site-header .logo-default {
height: 38px;
width: auto;
}
#site-header .module-logo {
padding-top: 6px !important;
padding-bottom: 6px !important;
}
#site-header .module-top {
padding-top: 6px !important;
padding-bottom: 6px !important;
}
#site-header .main-nav > li > a {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
/* ─────────────────────────── */
.experience-container {
display: flex;