FIX display of content and image of posts in list and single, FIX team list display

This commit is contained in:
Hoernschen 2025-08-11 21:48:18 +02:00
parent e21c1e2182
commit 58274050ef
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
8 changed files with 100 additions and 89 deletions

View file

@ -213,14 +213,14 @@ img {
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
a {
color: inherit;
margin: 0 auto;
.member {
display: inline-block;
align-items: center;
text-align: center;
padding: 1rem;
.member {
display: inline-block;
align-items: center;
text-align: center;
padding: 1rem;
a {
color: inherit;
margin: 0 auto;
.title {
font-size: x-large;
padding-bottom: 0.1rem;
@ -560,10 +560,6 @@ button {
}
}
.noCover {
object-fit: unset !important;
}
.cardTitle {
text-align: center;
font-size: 18px;
@ -597,7 +593,11 @@ button {
height: 60vh;
min-width: 100%;
padding-top: 68px;
object-fit: cover;
object-fit: contain;
}
.cover {
object-fit: cover !important;
}
.image-copyright {