We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81ed8f commit 5fcafb0Copy full SHA for 5fcafb0
1 file changed
src/scripts/components/header-component.ts
@@ -24,7 +24,7 @@ class HeaderComponent extends HTMLElement {
24
25
connectedCallback() {
26
this.innerHTML = `
27
- <header class="w-full sticky top-0 z-20 h-18 px-6 text-white bg-[#086dd7]">
+ <header class="w-full sticky top-0 z-20 h-16 px-6 text-white bg-[#086dd7]">
28
<div class="max-w-[1920px] mx-auto flex lg:gap-8 gap-2 h-full items-center justify-between">
29
<div class="flex h-full items-center lg:gap-8 gap-2">
30
<div>
0 commit comments