center 1 neighborhood
Sally
css
18 days ago
280 B
6
Indexable
Never
/*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