Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolorchestra <morph@posteo.de>2021-08-03 23:35:45 +0300
committercolorchestra <morph@posteo.de>2021-08-03 23:35:45 +0300
commit8e9a80f7cc2f970962c58e0fa1f1c1f416d58398 (patch)
tree95972fe585c72c9f463549c07451cfafd133cbfb
parent0e991a4677ae02c9eaa346f4d767e13bf831c824 (diff)
images now centered
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
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}