2024-08-14 16:35:33 +02:00
|
|
|
body{
|
|
|
|
|
padding-top: 100px;
|
2024-08-22 22:38:48 +02:00
|
|
|
padding-bottom: 100px;
|
2024-08-14 16:35:33 +02:00
|
|
|
}
|
|
|
|
|
|
2024-08-16 10:14:39 +02:00
|
|
|
@media screen and (max-width: 576px) {
|
|
|
|
|
body {
|
|
|
|
|
padding-top: 230px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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-16 10:14:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-body{
|
|
|
|
|
max-height: 550px;
|
2024-08-14 15:05:40 +02:00
|
|
|
}
|