added box shadow and bg to article header imgs
This commit is contained in:
parent
8af876b090
commit
3642e39271
@ -93,11 +93,23 @@
|
|||||||
form input, form textarea {
|
form input, form textarea {
|
||||||
width: 25% !important;
|
width: 25% !important;
|
||||||
}
|
}
|
||||||
|
figure.article-image {
|
||||||
|
height: 24rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
figure.article-image {
|
figure.article-image {
|
||||||
|
height: 12rem;
|
||||||
width: auto;
|
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 {
|
div.article-meta {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user