Hello, I adjusted the size of the image for the computer. But when opening the page on a mobile, the size does not adjust.
Is there a way to have an image set to a specific size while using a desktop browser, but have it automatically resize to your screen using a mobile device?
I share my CSS:
.title {
font-family: 'Roboto';
font-size: 75px;
font-weight: bold;
color: #5FB395;
Thanks!!