fixed images being too short in the article list
This commit is contained in:
parent
8ba12e5eca
commit
8af876b090
@ -47,9 +47,6 @@ code {
|
|||||||
.article-date {
|
.article-date {
|
||||||
font-size: 2rem !important;
|
font-size: 2rem !important;
|
||||||
}
|
}
|
||||||
figure.article-image img {
|
|
||||||
height: 24rem !important;
|
|
||||||
}
|
|
||||||
div.article-list > a {
|
div.article-list > a {
|
||||||
margin: 2rem !important;
|
margin: 2rem !important;
|
||||||
}
|
}
|
||||||
@ -83,7 +80,6 @@ figure.article-image {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
figure.article-image img {
|
figure.article-image img {
|
||||||
height: 12rem;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user