center images in .content

This commit is contained in:
Ray Elliott 2020-02-18 17:31:17 +00:00
parent d86b1d6253
commit 957a83b3cb
1 changed files with 5 additions and 6 deletions

View File

@ -47,15 +47,14 @@
}
}
}
figure {
margin: 0;
padding: 0;
> img {
img {
display: block;
margin-left: auto;
margin-right: auto;
}
figure {
margin: 0;
padding: 0;
}
figcaption p {
text-align: center;