From 8e9a80f7cc2f970962c58e0fa1f1c1f416d58398 Mon Sep 17 00:00:00 2001 From: colorchestra Date: Tue, 3 Aug 2021 22:35:45 +0200 Subject: images now centered --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index ce0019f..cfcb30f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,6 +6,6 @@ p > code{color: var(--precolor); background: var(--prebgcolor); padding:2px} pre{color: var(--precolor); background: var(--prebgcolor); padding:24px; overflow-x: auto} article{padding:24px 0} .center {display: block;margin-left: auto;margin-right: auto;width: 100%;} -img {display: block; max-width: 100%; height: auto;} figcaption {color: #888; font: 12px/1.5 monospace; text-align: center;} figure {margin: auto} +img {display: block; max-width: 100%; height: auto; margin: auto} -- cgit v1.2.3