Skip to content

Commit

Permalink
use css to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Aug 26, 2023
1 parent b07ab9a commit 574d377
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lostpixel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ module.exports = {
/* hide cookie banner */
#onetrust-consent-sdk {
display: none;
}`,
}
/* reset menu item alignment */
#sidebar-holder li a {
vertical-align: baseline;
}
`,
})
},
}

0 comments on commit 574d377

Please sign in to comment.