The Hansel1000 Is On!
We’re moving 1000 cars this May — with one of the largest in-stock inventories in the North Bay. Find yours today.
/* GRID */ .dealer-grid { justify-content: center; } /* CARD */ .dealer-card { background-color: #ffffff; padding: 1.25rem 1rem; border-radius: 12px; border: 1px solid #e5e5e5; text-align: center; transition: transform 0.2s ease; width: 100%; max-width: 340px; margin: 0 auto 1.5rem; box-sizing: border-box; overflow: hidden; } .dealer-card:hover { transform: translateY(-3px); } /* IMAGE — hard locked so nothing can override it */ .dealer-card img.dealer-img { display: block; width: 100% !important; max-width: 300px !important; height: auto !important; margin: 0 auto 1rem !important; border-radius: 8px; } /* BUTTONS */ .rounded-buttons { background-color: #B5D334; color: #ffffff; font-weight: bold; border-radius: 30px; text-decoration: none; padding: 10px 20px; display: inline-block; transition: background-color 0.3s ease; } .rounded-buttons:hover { background-color: #a0be2d; text-decoration: none; color: #ffffff; } /* COLUMN SPACING */ .dealer-grid > [class*="col-"] { padding-left: 12px; padding-right: 12px; }
We’re moving 1000 cars this May — with one of the largest in-stock inventories in the North Bay. Find yours today.