Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2619 from darkwing/zone-image-mobile-more
Browse files Browse the repository at this point in the history
Ensure zone image doesn't overlap title on mobile
  • Loading branch information
openjck committed Aug 12, 2014
2 parents 154b973 + 4302830 commit 41dff23
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions media/redesign/stylus/zones.styl
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,23 @@ $dev-program-pad {
position: static;
}
}
}

.zone-image {
opacity: 0.2;
}
.zone-landing-header .zone-image, .zone-article-header .zone-image {
opacity: 0.2;
}
}

@media $media-query-mobile {
.zone-landing-header .zone-image {
.zone-landing-header .zone-image, .zone-article-header .zone-image {
display: none;
}

.zone-landing h1 {
width: auto;
}

.zone-landing-header {
display: block;
}
}

0 comments on commit 41dff23

Please sign in to comment.