1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-15 01:24:49 +02:00

interviews: dd blockquote p - margin-bottom: 0

This commit is contained in:
José Luis Antúnez
2017-03-28 16:57:41 +02:00
committed by GitHub
parent 7c736dd6a0
commit e12bb58d10

View File

@@ -2814,6 +2814,10 @@ blockquote p {
blockquote p:last-child { blockquote p:last-child {
margin-bottom: 3.2rem; margin-bottom: 3.2rem;
} }
/* -- Interviews dl.text-interview -- */
dd blockquote p:last-child {
margin-bottom: 0;
}
.bg-apple blockquote p { .bg-apple blockquote p {
font-family: "San Francisco", "Roboto", helvetica, arial, sans-serif; font-family: "San Francisco", "Roboto", helvetica, arial, sans-serif;
font-weight: 300; font-weight: 300;