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

@ -42,5 +42,8 @@ main {
}
code, pre {
font-family: 'Inconsolata', monospace;
}
}
figure {
text-align: center;
}
}