私はすべてのページに引用を付けてウェブサイトをデザインしています。この引用にCSSを適用して、見栄えを良くし、目立たせるようにしています。しかし、私はいくつかの問題を抱えています。
.quote {
font-size: 18pt;
padding-top: 50px;
padding-bottom: 15px;
text-align: center;
line-height: 0.25;
}
.speech_mark_large {
color: #203D69;
font-size: 120px;
vertical-align: top;
}
<div class="quote">
<span class="speech_mark_large">“</span> Leading the way with innovative design of corrugated Point of Sale displays and packaging offering bespoke design to fulfill your brief.
<span class="speech_mark_large">”</span>
</div>
JSFiddleにもあります。
引用符の2行を近づけたいのですが、行の高さを適用すると、これを解決するために、スピーチマークが前の行に押し上げられます。どうすればこれを解決できますか?