Make figures align in the center

This commit is contained in:
Tom Willemse 2020-10-10 18:04:04 -07:00
parent e473acb3c9
commit 84bdc58130

View file

@ -13,6 +13,10 @@ a {
color: @link-color; color: @link-color;
} }
figure {
text-align: center;
}
pre.src { pre.src {
@import (less) "yoshi.css"; @import (less) "yoshi.css";