Skip to content

Commit

Permalink
Fix bulma buger x
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Nov 18, 2023
1 parent c51780a commit fea785b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/theme-css/bulma.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ a.box:active {
.navbar-burger span:nth-child(3) {
top: calc(50% + 4px);
}
.navbar-burger:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:first-child {
transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
opacity: 0;
}
Expand Down

0 comments on commit fea785b

Please sign in to comment.