<blockquote class="c-quote">
<p class="c-quote__text">Sie wollen ausreisen? Das wollen doch Millionen</p>
</blockquote>
<blockquote class="c-quote">
<p class="c-quote__text">{{ text }}</p>
</blockquote>
{
"text": "Sie wollen ausreisen? Das wollen doch Millionen",
"author": "Johann Baumann"
}
.c-quote {
border-right: 2px solid $color-yellow;
margin: rem-calc($spacing-l / 2);
padding: rem-calc(15);
@include breakpoint(large) {
float: left;
margin-left: rem-calc(-$grid-row-width / 6);
max-width: rem-calc(380);
}
&__author {
font-weight: bold;
margin-top: rem-calc($spacing-l);
text-align: right;
}
&__text,
p.c-quote__text {
font-size: $font-size-xxl;
font-style: italic;
line-height: $font-size-xxl;
margin-bottom: 0;
&::before {
content: open-quote;
}
&::after {
content: close-quote;
}
}
}
There are no notes for this item.