Skip to content

Commit

Permalink
fix margin on header
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed May 18, 2024
1 parent 1454da2 commit 1a05518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const menuItems: MenuItem[] = [
<Menubar
:model="menuItems"
:pt="{
root: 'sticky top-3 mb-6 z-40 px-4 md:px-8 bg-white dark:bg-transparent backdrop-blur-lg dark:backdrop-brightness-90 transition-colors border-slate-100 dark:border-slate-800 rounded-md',
root: 'sticky top-3 mb-6 mx-4 z-40 px-4 md:px-8 bg-white dark:bg-transparent backdrop-blur-lg dark:backdrop-brightness-90 transition-colors border-slate-100 dark:border-slate-800 rounded-md',
menu: 'ml-auto bg-transparent border-x-0',
button: 'ml-auto dark:text-white',
end: 'ml-0',
Expand Down

0 comments on commit 1a05518

Please sign in to comment.