Skip to content

Commit

Permalink
Adapt width also for listings
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Nov 14, 2023
1 parent 4695e36 commit 0a4947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/color_schemes/c2sm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $link-color: $c2sm-blue-dark;
$header-height: 5.75rem;
$content-width: 57.5rem;

.main-content p, hr, div.highlighter-rouge {
.main-content p, .main-content hr, .main-content ul, div.highlighter-rouge {
margin-right: 7.5em;
}

Expand Down

0 comments on commit 0a4947f

Please sign in to comment.