I’m hoping to do two things:
-
move the text below the headline closer to the headline
-
make the height of the section smaller, overall, while keeping the image in-frame.
Thank you in advance for your help.
I’m hoping to do two things:
move the text below the headline closer to the headline
make the height of the section smaller, overall, while keeping the image in-frame.
Thank you in advance for your help.
Hi @guisemen
May I suggest to update code these steps:
.image-with-text__heading p {
margin: 0;
}
@media(min-widht: 750px){
.image-with-text--overlap .image-with-text__content {
padding-top: 3rem;
padding-bottom: 3rem;
}
}