Fix full bleed images on iPad portrait with story list at bottom.

This commit is contained in:
Nicholas Riley 2014-11-15 14:05:26 -05:00
parent 0c3fd2e07c
commit 7bf3f1b055

View file

@ -560,6 +560,11 @@ div + p {
margin-left: -30px !important;
width: 736px !important;
}
.NB-width-768 .NB-story img.NB-large-image {
max-width: 768px;
margin-left: -30px !important;
width: 768px !important;
}
.NB-story img.NB-small-image {
display: inline-block;