center 1 neighborhood

 avatar
Sally
css
5 months ago
280 B
6
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*/
Leave a Comment