2024-08-14 16:35:33 +02:00
|
|
|
body{
|
|
|
|
|
padding-top: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-08-14 16:16:28 +02:00
|
|
|
.boardgame_statistic_card_image{
|
|
|
|
|
width: 100%;
|
2024-08-14 15:05:40 +02:00
|
|
|
height: 100px;
|
|
|
|
|
object-fit: cover;
|
2024-08-14 16:26:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.boardgame_play_card_image{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 400px;
|
|
|
|
|
object-fit: cover;
|
2024-08-14 15:05:40 +02:00
|
|
|
}
|