Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Set .navbar-brand margin-left to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Brylie Christopher Oxley committed Mar 4, 2022
1 parent 6d2b73a commit fdfc548
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ $navbar-dropdown-radius: 0;

@import "bulma/sass/components/navbar.sass";

.navbar-brand .navbar-burger {
margin-left: auto;
}

.navbar.is-default .navbar-brand {
padding: 0 1.375rem;
.logo {
Expand Down

0 comments on commit fdfc548

Please sign in to comment.