featured image -> object fit > w/h

This commit is contained in:
Thomas Smith 2022-12-19 16:39:24 -05:00
parent e4930546df
commit 24d2997f34

View file

@ -31,8 +31,7 @@
<style> <style>
.gallery-item :global(.featured-img) { .gallery-item :global(.featured-img) {
box-shadow: 0px 0px 12px #0c0c0c !important; box-shadow: 0px 0px 12px #0c0c0c !important;
width: 100%; object-fit: cover;
height: 100%;
} }
.card-thumb-label i { .card-thumb-label i {
font-size: 1.5vw; font-size: 1.5vw;