FIX display of content and image of posts in list and single, FIX team list display
This commit is contained in:
parent
e21c1e2182
commit
58274050ef
8 changed files with 100 additions and 89 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue