boardgame_site_v2/static/css/main.css
2024-08-22 22:38:48 +02:00

27 lines
No EOL
368 B
CSS

body{
padding-top: 100px;
padding-bottom: 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;
}