fix: remove inline display property from burger button to allow Bulma media queries to hide it on desktop width
This commit is contained in:
parent
92a6e9fb03
commit
89ceb23c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ export default function App() {
|
|||
aria-label="menu"
|
||||
aria-expanded={isMobileMenuOpen ? 'true' : 'false'}
|
||||
onClick={() => setIsMobileMenuOpen(!isMobileMenuOpen)}
|
||||
style={{ background: 'none', border: 'none', marginLeft: 'auto', display: 'block' }}
|
||||
style={{ background: 'none', border: 'none', marginLeft: 'auto' }}
|
||||
>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue