Center figures in blog posts

This commit is contained in:
Correl Roush 2022-03-31 12:30:13 -04:00
parent 3f8eb5b6cc
commit aca6023162

View file

@ -43,4 +43,7 @@ main {
code, pre { code, pre {
font-family: 'Inconsolata', monospace; font-family: 'Inconsolata', monospace;
} }
figure {
text-align: center;
}
} }