Skip to content

Commit

Permalink
Fixed docs sidebar font size
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli committed Jul 17, 2023
1 parent 1725a6a commit f309caf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/assets/src/scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
.bd-links {
padding: 0;

.link-list-wrapper {
ul.link-list > li > a {
font-size: 0.889rem;
}
}

@include media-breakpoint-up(md) {
@supports (position: sticky) {
max-height: calc(100vh - 5rem);
Expand All @@ -77,7 +71,7 @@
> li > a {
display: inline-block;
padding: 0.25rem 0.5rem 0.25rem 1.5rem;
font-size: 16px;
font-size: 1rem;
color: $gray-800;

&:hover {
Expand Down

0 comments on commit f309caf

Please sign in to comment.