I can’t seem to make the padding smaller no matter what value i give it.
https://codepen.io/PeachKnight/pen/OjBqea
The padding is too large (horizontally) I tried using “padding-left: 10px;” and “padding-right: 10px” but it did nothing.
Thanks in advance!
Hello camper,the class you gave your image is the reason why the padding is not working, you should remove the class you gave to the image(
) and then restyle your figure. This should work. Please let me know
Unfortunately, it changes nothing. 
edit: I managed by changing the “border” element.