Skip to content

Commit

Permalink
center images and keep them from being super wide
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 13, 2022
1 parent ccbbcee commit b02015d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/style.css
Expand Up @@ -100,6 +100,12 @@ pre {
overflow-x: auto;
}

article > p > img:only-child {
max-width: 100%;
display: block;
margin: 0 auto;
}

blockquote {
border-left: 2px solid var(--accent);
margin-left: 0.5em;
Expand Down

0 comments on commit b02015d

Please sign in to comment.