Zeile 2: | Zeile 2: | ||
/* Desktop */ | /* Desktop */ | ||
@media screen and (min-width: 1550px) { | @media screen and (min-width: 1550px) { | ||
− | .blockquote | + | .blockquote::first-letter { |
font-weight: bold; | font-weight: bold; | ||
font-size: 2rem; | font-size: 2rem; |
Version vom 17. November 2020, 16:41 Uhr
/* Desktop */ @media screen and (min-width: 1550px) { .blockquote::first-letter { font-weight: bold; font-size: 2rem; color: red; } }