Fix hamburger menu not being centered

master
Maik de Kruif 2 weeks ago
parent 0f2d9a4dc1
commit 2c9eef4749
No known key found for this signature in database
GPG Key ID: DB1A8C782DD43CB3
  1. 6
      themes/maik-blog/assets/scss/_header.scss

@ -10,6 +10,12 @@
background: $dark-navbar;
}
.menu-trigger {
display: flex;
align-items: center;
justify-content: center;
}
&__right {
display: flex;
flex-direction: row;

Loading…
Cancel
Save