Juneteenth Greeting Card
- Phrase: Happy Juneteenth
- Card Size: 4 1/4 x 5 1/2"
- Red Envelope Size: 4 3/8 x 5 3/4 in.
- Interior Card: Blank
/* Uniform sizing for product grid images */
.product-card__image img,
.card__media img,
.grid__item img,
img.product-image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
/* Sizing for product page main image */
.product__media img {
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
display: block;
}
/* Uniform sizing for product grid images */
.product-card__image img,
.card__media img,
.grid__item img,
img.product-image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
/* Sizing for product page main image */
.product__media img {
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
display: block;
}
/* Make all product card images the same size - Pacific theme */
.productgrid--item .productitem--image,
.productitem--image {
width: 100%;
height: 300px; /* Adjust this value as needed */
overflow: hidden;
}
.productgrid--item .productitem--image img,
.productitem--image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}