fixed images being too short in the article list

This commit is contained in:
James Shiffer 2020-07-06 11:25:30 -07:00
parent 8ba12e5eca
commit 8af876b090
No known key found for this signature in database
GPG Key ID: C0DB8774A1B3BA45

View File

@ -47,9 +47,6 @@ code {
.article-date {
font-size: 2rem !important;
}
figure.article-image img {
height: 24rem !important;
}
div.article-list > a {
margin: 2rem !important;
}
@ -83,7 +80,6 @@ figure.article-image {
margin: 0;
}
figure.article-image img {
height: 12rem;
width: auto;
object-fit: contain;
max-width: 100%;