diff --git a/pub/style/style.css b/pub/style/style.css index c371899..b7869e5 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -297,3 +297,12 @@ input:focus::placeholder { color: transparent; } +/* Figcaptions for markdown + * Per + */ + +img + em { + display: block; + text-align: center; + font-size: 1em; +}