@gomes-leonardoSubmitted almost 2 years ago
I don't know why in the preview, the image is small, for me entering the live url is normal...
I don't know why in the preview, the image is small, for me entering the live url is normal...
Hey if you remove your overflow-x property you can see that there is some side-scrolling happening. You can fix this will be to give 40% width to the image, and 50% to the text container and instead of using padding and margin use the justify-content space-between property so that responsiveness isn't severely affected This should fix this to some extent.