/* CSS for Support/Examples page */

.example-card-link {
    height: 250px;
}

.example-card-img {
    max-height: 100%;
    max-width: 100%;
    padding: 3rem; /* matches p-5 */
}
