make blog images full width and not too big
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2021-07-08 17:36:12 +05:00
parent 65939f73c6
commit 510391558c
1 changed files with 5 additions and 1 deletions

View File

@ -225,9 +225,13 @@ footer .separator {
@media (max-width: 450px) { padding: 2.5rem 1.4rem 1rem; }
img.hero {
margin-bottom: 1.5rem;
margin-bottom: 2rem;
margin-left: auto;
margin-right: auto;
width: 100%;
max-height: 50vh;
object-fit: cover;
object-position: center;
}
.content {