Skip to content

Commit

Permalink
feat: update navbar horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthyadms committed Nov 19, 2023
1 parent d478af7 commit fa0077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/the-header.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<header
id="header"
class="navbar sticky top-0 z-30 px-8 justify-between bg-base-100 bg-opacity-90 backdrop-blur transition-shadow duration-300"
class="navbar sticky top-0 z-30 px-4 lg:px-8 justify-between bg-base-100 bg-opacity-90 backdrop-blur transition-shadow duration-300"
>
<div class="navbar-start">
<!-- Mobile navigation -->
Expand Down

0 comments on commit fa0077c

Please sign in to comment.