boardgame_site_v2/static/css/main.css
2024-08-14 16:35:33 +02:00

15 lines
No EOL
216 B
CSS

body{
padding-top: 100px;
}
.boardgame_statistic_card_image{
width: 100%;
height: 100px;
object-fit: cover;
}
.boardgame_play_card_image{
width: 100%;
height: 400px;
object-fit: cover;
}