I’d like the ‘New in’ banner to go across the entire page, with it being able to adapt to the screen size. I also want the description (‘new released’) to be directly underneath the ‘new in’ banner within the pink background.
This is what I’ve got so far:
.collection-hero__title {
text-align: center;
background-color: #ffc2d2;
padding: 35px;
margin-bottom: 0rem;
}
.collection-hero__description {
}
As seen here: https://www.pollygoneillustration.com/collections/new
Thank you
