Site URL: https://www.abigailsteedphotography.com/
I cannot seem to get my mobile banner images to look the same as they do on the desktop version. I've tried this custom css:
/* resize home banner */
@media screen and (max-width:767px) {
body.homepage #page section:first-child {
min-height: 10vh !important;
height: 40vh;
}
body.homepage #page section:first-child * {
font-size: 20px;
}
}
that I found on here but it's not resolving the issue. Can anyone help please before I lose my mind! Thank you.