Tweak no-image color background heights on full nodes at larger screen sizes
This commit is contained in:
parent
e818b0eb06
commit
13f5a82540
1 changed files with 11 additions and 0 deletions
|
@ -39,10 +39,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* On content listing pages (e.g. card view mode). */
|
||||
.background-replacement-for-no-image {
|
||||
height: 10rem;
|
||||
background-color: cadetblue;
|
||||
}
|
||||
/* On full content pages. */
|
||||
.featured-image .background-replacement-for-no-image {
|
||||
height: 12rem;
|
||||
@include from($desktop) {
|
||||
height: 14rem;
|
||||
}
|
||||
@include from($widescreen) {
|
||||
height: 16rem;
|
||||
}
|
||||
}
|
||||
|
||||
// Gleanings don't have the same faux-image structure (because they'll never
|
||||
// have a featured image) but we still want the title to look about the same.
|
||||
|
|
Loading…
Add table
Reference in a new issue