added box shadow and bg to article header imgs

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

View File

@ -93,11 +93,23 @@
form input, form textarea {
width: 25% !important;
}
figure.article-image {
height: 24rem !important;
}
}
figure.article-image {
height: 12rem;
width: auto;
margin: 0;
margin: -2rem;
margin-bottom: 1rem;
background: #81b0cd;
}
figure.article-image img {
max-height: 100%;
box-shadow: -5px 5px 1rem black;
object-fit: cover;
}
div.article-meta {