Hi,
.nachricht-section .nachricht-autor {
font-size: 0.9em;
line-height: 1em;
}.nachricht-section .antwort-auf {
margin-top: 0.3em;
}
~~~css
.nachricht-section .nachricht-autor {
font-size: 0.9em;
line-height: 1.1em;
}
.nachricht-section .antwort-auf {
margin-top: 0.1em;
}
.nachricht-section p {
font-size: 0.875em;
line-height: 1.1em;
}
So sollte es wieder stimmen.
Ciao, Performer