Commit 5d89b4f8 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'style-blockquote-siblings' into 'master'

Add right padding for first paragraph after blockquote

See merge request fachschaft/wp-theme!9
parents 0421c0c4 805ed657
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
 * Author URI: https://personads.me/
 *
 * Version: 1.2.0
 * Version: 1.2.1
 *
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -931,6 +931,10 @@ blockquote p:last-of-type::after {
    content: "“";
}

blockquote + p {
    padding-right: 2em;
}

blockquote cite {
    font-size: small;
}