mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
fix: Center Menu
This commit is contained in:
parent
d60f37e770
commit
ed91828fa5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const {
|
|||
<span>{brand}</span>
|
||||
</a>
|
||||
<div
|
||||
class="hidden items-center gap-6 place-self-center text-xs sm:text-sm lg:flex lg:text-base"
|
||||
class="absolute left-1/2 hidden -translate-x-1/2 items-center gap-6 text-xs sm:text-sm lg:flex lg:text-base"
|
||||
>
|
||||
<Dropdown class="group">
|
||||
<button class="flex items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue