Make sure .full negative margin sticks on images wrapped in <p></p>

This commit is contained in:
Michael Rose
2016-04-01 16:31:31 -04:00
parent 7db4724ddf
commit c9da12f79e
3 changed files with 18 additions and 4 deletions

View File

@ -138,7 +138,7 @@ body:hover .visually-hidden button {
.full {
@include breakpoint($large){
margin-right: -1 * span(2.5 of 12);
margin-right: -1 * span(2.5 of 12) !important;
}
}

File diff suppressed because one or more lines are too long