26 lines
No EOL
341 B
CSS
26 lines
No EOL
341 B
CSS
body{
|
|
padding-top: 100px;
|
|
}
|
|
|
|
@media screen and (max-width: 576px) {
|
|
body {
|
|
padding-top: 230px;
|
|
}
|
|
}
|
|
|
|
|
|
.boardgame_statistic_card_image{
|
|
width: 100%;
|
|
height: 100px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.boardgame_play_card_image{
|
|
width: 100%;
|
|
height: 400px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.card-body{
|
|
max-height: 550px;
|
|
} |