How to fix this last question image?
Anyways to fix it?
HTML: <div class="question4">
<span>How can I get help if I'm stuck on a Frontend Mentor challenge?</span>
<img src="icon-plus.svg">
<img src="icon-minus.svg">
</div>
<div class="answer4">
<p>The best place to get help is inside Frontend Mentor's Discord community. There's a help
channel where you can ask questions and seek support from other community members.</p>
</div>
CSS: .question4 img{
}
HTML: <div class="question4">
<span>How can I get help if I'm stuck on a Frontend Mentor challenge?</span>
<img src="icon-plus.svg">
<img src="icon-minus.svg">
</div>
<div class="answer4">
<p>The best place to get help is inside Frontend Mentor's Discord community. There's a help
channel where you can ask questions and seek support from other community members.</p>
</div>
CSS: .question4 img{
}

