Skip to content

Commit

Permalink
fixing format for scss
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaLKB committed Apr 18, 2016
1 parent c9e82b5 commit d5672a5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions static/src/stylesheets/module/content/_gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,13 @@ $multimedia-support-5: #161616;
}

@include mq(tablet) {
.content__dateline, .content__labels, .byline, .content__meta-container, .meta__break, .content__headline, .content__standfirst {
.content__dateline,
.content__labels,
.byline,
.content__meta-container,
.meta__break,
.content__headline,
.content__standfirst {
margin-left: gs-span(3);
margin-right: gs-span(1);
max-width: gs-span(8);
Expand Down Expand Up @@ -382,7 +388,9 @@ $multimedia-support-5: #161616;

.block-share--gallery {
position: relative;
.block-share__item--facebook, .block-share__item--twitter, .block-share__item--pinterest {
.block-share__item--facebook,
.block-share__item--twitter,
.block-share__item--pinterest {
background-color: rgba(0, 0, 0, 0);
border: 1px solid $neutral-2;

Expand Down Expand Up @@ -520,7 +528,8 @@ $multimedia-support-5: #161616;
}

// landscape gallery images now are wider than they were before.
.gallery__img-container--landscape, .gallery__img--landscape {
.gallery__img-container--landscape,
.gallery__img--landscape {
width: 100%;
height: auto;
}
Expand Down

0 comments on commit d5672a5

Please sign in to comment.