- Set of 7 sharpened #2 pencils
- 2.5” x 7.5"
- Set includes: Who the #@!& took my pencil, Oh here it is. / I’m not bossy I’m aggressively helpful / I’m sorry, did I roll my eyes out loud at you? / Stop petting my peeves / As far as I know I’m delightful / Frankly autocorrect, I’m getting a bit tired of your @#!% / I’m not feeling very worky today.
/* 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;
}