feat: clean up image template to fit other post layouts, add caption

This commit is contained in:
David Bailey 2023-12-13 10:23:10 +01:00
parent 41c7e0cdc3
commit 653b91cb1e
2 changed files with 9 additions and 37 deletions

View file

@ -1,16 +1,10 @@
article {
margin-top: 0.8rem;
margin-left: 10%;
margin-right: 10%;
}
figcaption {
#main_content_wrapper figcaption h1 {
text-align: center;
border-bottom: solid 3px darkgrey;
font-size: 2rem;
font-size: 1.8rem;
margin-bottom: 0.3rem;
}