boardgame_site_v2/static/css/main.css

26 lines
341 B
CSS
Raw Normal View History

2024-08-14 16:35:33 +02:00
body{
padding-top: 100px;
}
@media screen and (max-width: 576px) {
body {
padding-top: 230px;
}
}
2024-08-14 16:16:28 +02:00
.boardgame_statistic_card_image{
width: 100%;
height: 100px;
object-fit: cover;
2024-08-14 16:26:02 +02:00
}
.boardgame_play_card_image{
width: 100%;
height: 400px;
object-fit: cover;
}
.card-body{
max-height: 550px;
}