Site URL: https://earthboundbabies.squarespace.com/
Hiya, I have edited css so that the top image banner on this page: https://earthboundbabies.squarespace.com/hypnobirthing-faq s shorter in mobile view. I like the height of it, but I don't like how it's cropping her face. I made the focal point higher in the image format box (on desktop) but it's not changing for mobile.
Any suggestions greatly appreciated 🙂
password: hello123
CSS I used:
@media screen and (max-width:640px) {
section[data-section-id="6005c075dea472688fcc70eb"] .section-background img {
width: 100% !important;
}
}
@media screen and (max-width:640px) {
section[data-section-id="6005c075dea472688fcc70eb"] {
min-height: 60vh !important;
}
}