Skip to content

Commit

Permalink
fix(curriculum): center breadcrumbs vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 31, 2024
1 parent 0faa82e commit 025254b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/curriculum/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
}
}

.article-actions-container {
// Duplicated from ../ui/molecules/grids/document-page.scss
display: flex;
}

.sidebar {
li > em {
background-color: var(--background-toc-active);
Expand Down

0 comments on commit 025254b

Please sign in to comment.