Skip to content

Commit

Permalink
fix side-nav indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentUllal committed Sep 11, 2024
1 parent 2abf54c commit fc22859
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions website/docs/src/luigi-config/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,10 @@ $side-nav-width-mobile: 260px;
.fd-nested-list__item {
background: none;
}

.fd-nested-list__title:first-child {
padding-left: 40px;
}

.fd-nested-list__link {
font-size: 15px;
Expand Down
2 changes: 1 addition & 1 deletion website/docs/src/luigi-config/styles/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $fd-search-closed-control-body-width: 220px;
}
}
}
@media screen and (max-width: $desktopMinWidth - 1px) {
@media screen and (max-width: ($desktopMinWidth - 1px)) {

.algolia-autocomplete {

Expand Down

0 comments on commit fc22859

Please sign in to comment.