Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Merge 6923965 into 97c1328
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzylogic2000 authored Oct 23, 2019
2 parents 97c1328 + 6923965 commit cfdbfe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions liqd_product/assets/scss/components/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ $block-padding-md: 7.5*$padding;
.block-img-col__image {
width: 100%;
position: relative;
right: 2*-$r-spacer;
right: -$spacer;
margin-top: $r-spacer;

@media screen and (min-width: $breakpoint-xl) {
margin-top: 2*$r-spacer;
right: 3*-$r-spacer;
@media screen and (min-width: $breakpoint-xxl) {
margin-top: 2*$spacer;
right: 3*-$spacer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion liqd_product/assets/scss/components/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $spacer-xl: 7.5rem;
object-fit: cover;

@media screen and (min-width: $breakpoint-xxl) {
right: 3*-$r-spacer;
right: 3*-$spacer;
}
}

Expand Down

0 comments on commit cfdbfe7

Please sign in to comment.