Skip to content

Commit be3cc45

Browse files
committed
chore: fix background bleed in kelsey testimonial image
Signed-off-by: thisisobate <obasiuche62@gmail.com>
1 parent f616f5a commit be3cc45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

overrides/assets/stylesheets/home.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,11 @@ div.components-content {
408408
font-size: 0.95rem;
409409
}
410410

411+
.kelsey-testimonial > img {
412+
box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .1);
413+
border-radius: 50%;
414+
}
415+
411416
.md-typeset > h1:first-of-type {
412417
margin: 0;
413418
}

0 commit comments

Comments
 (0)