diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index f53e0cb..5c30f78 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -87,6 +87,10 @@ blockquote { color: var(--blockquote-text-color); display: flex; + > p:last-child { + margin-bottom: 0; + } + &[class^='prompt-'] { border-left: 0; position: relative; @@ -104,10 +108,6 @@ blockquote { text-rendering: auto; -webkit-font-smoothing: antialiased; } - - > p:last-child { - margin-bottom: 0; - } } @include prompt('tip', '\f0eb', 'regular');