center 1 neighborhood
Sally
css
08/29/2024 9:13 PM
376 B
18
Indexable
/*START - center only one neighborhood*/
/*remove when more are added*/
@media (min-width: 768px){
div.featured-neighborhoods-grid .items {
display: flex;
justify-content: center;
}
div.featured-neighborhoods-grid .items .grid-item {
width: 50%;
}
}
/*END*/Editor is loading...
Leave a Comment