How do I make the height less so the box surrounding the text isn’t as big?
Thanks
Password: elsie
How do I make the height less so the box surrounding the text isn’t as big?
Thanks
Password: elsie
oh sorry for that issue can you try this code
@media screen and (max-width: 749px){
.banner--mobile-bottom .slideshow__text.banner__box {
padding: 15px;
text-align: center;
}
}