forked from toolshed/coopcloud.tech
make blog images full width and not too big
This commit is contained in:
parent
65939f73c6
commit
510391558c
@ -225,9 +225,13 @@ footer .separator {
|
|||||||
@media (max-width: 450px) { padding: 2.5rem 1.4rem 1rem; }
|
@media (max-width: 450px) { padding: 2.5rem 1.4rem 1rem; }
|
||||||
|
|
||||||
img.hero {
|
img.hero {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 2rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: 100%;
|
||||||
|
max-height: 50vh;
|
||||||
|
object-fit: cover;
|
||||||
|
object-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user