Skip to content

Commit

Permalink
#552444: fixed a top menu of basic site (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-ruslanmatkovskyi authored Sep 21, 2022
1 parent 0d8f0dc commit bdd8407
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ $hamburger-margin: 18px;
}

.level0, .level1 {
float: left;
margin-left: 30px;

>.navigation-title {
>a {
border-width: 0;
Expand Down Expand Up @@ -79,6 +82,8 @@ $hamburger-margin: 18px;
}

.level0, .level1 {
float: unset;
margin-left: 0;
>.navigation-title {
>a {
font-size: $text-size-30;
Expand Down

0 comments on commit bdd8407

Please sign in to comment.