I'm trying to change the canvas logo with my own as can be seen in this code
<a href="Final.html" class="standard-logo" data-dark-logo="benchmarq/images/logo/white_small.png"><img src="benchmarq/images/logo/black_small.png" alt="Canvas Logo" style= "width: 30%; height: 30%;"></a>
<a href="Final.html" class="retina-logo" data-dark-logo="benchmarq/images/logo/white_big.png"><img src="benchmarq/images/logo/black_big.png" alt="Canvas Logo" style= "width: 30%; height: 30%;" ></a>, but my logo always appears bigger than what I want. when I try to resize it, the width changes, but the height remains the same.
Can you advise me what I should do?
