category tile styling

This commit is contained in:
Jonas Heinrich 2025-05-14 08:00:34 +02:00
parent d07fc04e57
commit dbd0282892
3 changed files with 50 additions and 7 deletions

View file

@ -187,6 +187,7 @@
.carousel-inner .card {
margin-right: 1rem;
height: 360px;
}
.carousel-inner .col-md-4 {
@ -224,6 +225,9 @@
header {
justify-content: center;
}
header img {
height: 40px !important;
}
}
</style>