mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Add object position to scriptless output
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
.big-leader {
|
||||
overflow: hidden;
|
||||
max-height: 600px;
|
||||
max-height: 100vh;
|
||||
position: relative;
|
||||
|
||||
.wrap {
|
||||
@@ -68,12 +68,3 @@
|
||||
img.featured {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
||||
.big-leader,
|
||||
.big-leader--scriptless,
|
||||
.backstretch.no-js {
|
||||
max-height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user