Skip to content

Commit

Permalink
Update theme overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Jul 16, 2023
1 parent 994af4b commit e967d2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,13 @@ h6 {
margin-bottom: 0.7em;
}

/* List items in main area, but not in side bars */
body > li,
p {
line-height: 1.5;
margin: 0.7rem 0;
}

/* ensure images stay within the column bounds*/
img {
max-width: 100%;
Expand Down

0 comments on commit e967d2b

Please sign in to comment.