center 1 neighborhood
Sally
css
a year ago
280 B
14
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