|
|
@@ -91,16 +91,11 @@ export default {
|
|
91
|
91
|
/* for widths larger than 768px */
|
|
92
|
92
|
@media (min-width: $medium)
|
|
93
|
93
|
.card
|
|
|
94
|
+ &--info
|
|
|
95
|
+ .featured-or-hero-image img
|
|
|
96
|
+ max-height: $max-card-img-height
|
|
94
|
97
|
.wide
|
|
95
|
98
|
padding: 0
|
|
96
|
99
|
flex-direction: row
|
|
97
|
|
- grid-gap: $ms-0
|
|
98
|
|
- a
|
|
99
|
|
- width: 100%
|
|
100
|
|
- /* Force crop images */
|
|
101
|
|
- .featured-or-hero-image img
|
|
102
|
|
- object-fit: cover
|
|
103
|
|
- object-position: 0% 30%
|
|
104
|
|
- max-height: $max-card-img-height
|
|
105
|
|
- overflow-y: clip
|
|
|
100
|
+ grid-gap: $ms--2
|
|
106
|
101
|
</style>
|