Skip to content

Commit 13210c0

Browse files
committed
sidebar alignment fixed
1 parent 20a8680 commit 13210c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/css/styles.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/components/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ aside.sidebar {
7474
}
7575
}
7676

77-
@include breakpoint(md) {
77+
@include breakpoint(lg) {
7878
text-align: left;
7979

8080
nav ul li {
8181
padding: 0 2rem;
8282

8383
a {
84-
justify-content: stretch;
84+
justify-content: flex-start;
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)