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 +}