fix(SW-2657): Changed size of images inside meeting subpage cards

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-05-15 13:37:11 +00:00
parent bea0fcbf75
commit e9dd2b3738
3 changed files with 4 additions and 2 deletions
@@ -33,6 +33,7 @@
}
.image {
height: 200px;
width: 100%;
object-fit: cover;
}