Skip to content

Commit

Permalink
Fixed L2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury committed Mar 28, 2022
1 parent 36f1113 commit 0e44a65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/component-mega-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@
transition: text-decoration var(--duration-short) ease;
}

.mega-menu__link--level-2:not(:only-child) {
.mega-menu__link--level-2 {
font-size: 1.4rem;
}

.mega-menu__link--level-2:not(:only-child) {
margin-bottom: 1rem;
}

Expand Down

0 comments on commit 0e44a65

Please sign in to comment.