[ad_1]
I am completely new in net design, doing an internet site for my dad.
Attempting to get the responsive view on cell gadgets and it appears to be like completely okay in my iPhone 13 on the Google Chrome browser, however would not work on IOS Safari. Can anybody assist me? I am completely caught with this one.
I’ve already checked the viewport meta tag and I’ve this in my HTML. Additionally tried so as to add this in my CSS. Thanks!
Here is the code:
@media solely display and (max-width: 600px) {
.privet {
font-size: 40px;
}
.mobileimage {
width: 100%;
show: block;
}
.mainimage {
show: none;
}
.centered {
font-size: 50px;
}
.spherical {
width: 40%;
}
.information {
text-align: justify;
}
}
[ad_2]
