mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
better cover image on mobile
This commit is contained in:
parent
b82df42bd8
commit
9e6ba90c9d
1 changed files with 8 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
.post-header
|
||||
{
|
||||
margin-bottom: $spacing-vertical * 2;
|
||||
min-height: 500px;
|
||||
min-height: 100vh;
|
||||
|
||||
@include background-size (cover);
|
||||
background-repeat: no-repeat;
|
||||
|
@ -45,6 +45,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-height: 500px) {
|
||||
.post-header {
|
||||
min-height: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.post-content
|
||||
{
|
||||
|
@ -64,4 +70,4 @@
|
|||
.post-author-spotlight
|
||||
{
|
||||
h3 { text-transform: uppercase; margin-top: $spacing-vertical / 4 !important; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue