Center images in articles

This commit is contained in:
southerntofu 2021-01-08 00:50:42 +01:00
parent c4bfbea160
commit 20277039a6
1 changed files with 6 additions and 0 deletions

View File

@ -69,3 +69,9 @@ footer {
// WTF water.css doesn't have good contrast here?
color: var(--text-bright);
}
// center images in articles
.h-entry img {
margin: auto;
display: block;
}