From 736cc4ab666b772ddf8bc9f3a835cac025ab63e0 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 23 Mar 2018 15:34:03 +0200 Subject: [PATCH] Fix blockquote styles --- bl-themes/blogx/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bl-themes/blogx/css/style.css b/bl-themes/blogx/css/style.css index f8121822..cc05aea6 100755 --- a/bl-themes/blogx/css/style.css +++ b/bl-themes/blogx/css/style.css @@ -54,6 +54,13 @@ h2.title { font-size: 2.3rem; } +blockquote p { + padding: 10px 20px; + margin: 0 0 20px; + border-left: 5px solid #eee; + font-style: italic; +} + /* Navbar */ img.nav-svg-icon { width: 1rem; @@ -93,4 +100,4 @@ footer { .plugin ul { list-style: none; padding: 0 0 0 10px; -} \ No newline at end of file +}