1
ewpratten.com/sass/styles/components/photo-collection-card.scss
2022-11-25 19:17:28 -05:00

21 lines
317 B
SCSS

.photo-collection-card {
text-decoration: none !important;
color: unset !important;
.card {
.cover-image {
min-height: 100%;
min-width: 100%;
overflow: hidden;
}
.card-title {
margin: 0;
}
&:hover {
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
}
}