Skip to content

Commit

Permalink
sites/assets.tobys.cloud: margin inline 0
Browse files Browse the repository at this point in the history
so figures are not out of alignment with body

Signed-off-by: toby lorne <[email protected]>
  • Loading branch information
tlwr committed Oct 20, 2024
1 parent cadc81e commit 3f172c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sites/assets.tobys.cloud/public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ p img, figure img {
max-width: 100%;
}

figure {
margin-inline-start: 0;
margin-inline-end: 0;
}

figcaption {
font-style: italic;
}
Expand Down

0 comments on commit 3f172c1

Please sign in to comment.