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.
2 parents 92bcb35 + 40cd43e commit 4c01bf1Copy full SHA for 4c01bf1
public/temp/header.html
@@ -1,10 +1,10 @@
1
<header
2
- class="absolute inset-x-0 top-0 z-50 flex h-16 border-b border-gray-900/10"
+ class="top-10 w-full fixed lg:absolute lg:top-5 z-50 lg:pt-0 bg-white h-16 flex items-center"
3
>
4
<div
5
class="mx-auto flex w-full max-w-7xl items-center justify-between px-2 lg:px-8"
6
7
- <div class="flex flex-1 items-center gap-x-6">
+ <div class="flex flex-1 items-center gap-x-6 ml-6">
8
<button type="button" class="-m-3 p-3 md:hidden" id="open-menu">
9
<span class="sr-only">Open main menu</span>
10
<svg
@@ -138,7 +138,7 @@
138
id="menu-item-1"
139
>2025热点事件</a
140
141
-
+
142
<a
143
href="./events2024.html"
144
class="block px-4 py-2 text-sm text-gray-700"
0 commit comments