From 5ecdf74bc6c9c1076ecce66dbc6f8fa4011822b2 Mon Sep 17 00:00:00 2001 From: Sergey Odinokov Date: Fri, 26 Apr 2024 14:37:51 +0700 Subject: [PATCH] Fix img element styles --- _themes/bootstrap/static/styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_themes/bootstrap/static/styles.css b/_themes/bootstrap/static/styles.css index b624fd9..0476c2b 100644 --- a/_themes/bootstrap/static/styles.css +++ b/_themes/bootstrap/static/styles.css @@ -149,6 +149,21 @@ table.field-list { } } +section img { + border: 0; + max-width: 100%; +} + +section img.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-center { + text-align: center; +} + section code, section tt, .section code, .section tt { padding: 0; padding-top: 0.2em;