fix: cover image in Normal Mode

fixes: https://github.com/adityatelange/hugo-PaperMod/issues/1
This commit is contained in:
Aditya Telange 2020-09-14 22:39:31 +05:30
parent 1c0fc8a5c7
commit 9ab747c654
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -5,13 +5,14 @@
display: flex;
flex-direction: column;
justify-content: center;
height: 320px;
margin-bottom: var(--gap);
min-height: 320px;
margin-bottom: calc( var(--gap) * 2);
margin-top: var(--gap);
}
@media screen and (max-width: 600px) {
.first-entry {
height: 260px;
min-height: 260px;
}
}