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
|
.post-header
|
||||||
{
|
{
|
||||||
margin-bottom: $spacing-vertical * 2;
|
margin-bottom: $spacing-vertical * 2;
|
||||||
min-height: 500px;
|
min-height: 100vh;
|
||||||
|
|
||||||
@include background-size (cover);
|
@include background-size (cover);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -45,6 +45,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-height: 500px) {
|
||||||
|
.post-header {
|
||||||
|
min-height: 500px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.post-content
|
.post-content
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue