boardgame_site_v2/static/css/main.css

15 lines
216 B
CSS
Raw Normal View History

2024-08-14 16:35:33 +02:00
body{
padding-top: 100px;
}
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;
}