From fde50b12bbcc2f8ef073775f3da55df98acbb573 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 21 Apr 2019 12:41:53 +0300 Subject: [PATCH] Center image --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 7c66a77..64192c6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -329,3 +329,7 @@ pre, code, kbd, samp .panel { padding-bottom: 12px; } + +.img-center { + text-align: center; +}