diff --git a/lib/web/frontend/src/style/post-layout.scss b/lib/web/frontend/src/style/post-layout.scss index c85aa4d..4e8a20d 100644 --- a/lib/web/frontend/src/style/post-layout.scss +++ b/lib/web/frontend/src/style/post-layout.scss @@ -40,4 +40,19 @@ height: 500px; } } + + figure.thumbnail { + max-width: 100%; + text-align: center; + margin: 20px 0; + padding: 0; + + img { + max-width: 100%; + } + + figcaption { + font-style: italic; + } + } }