Skip to content

Commit

Permalink
responsive project hero image offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Feb 10, 2015
1 parent 8911664 commit a37fcd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/less/mobile/modules/project-hero.less
Expand Up @@ -7,8 +7,8 @@
.project-hero {

.hero-image {
margin-left: -8%;
max-width: 110%;
margin-left: -53%;
max-width: 155%;
}

}
2 changes: 1 addition & 1 deletion app/less/tablet/modules/project-hero.less
Expand Up @@ -7,7 +7,7 @@
.project-hero {

.hero-image {
margin-left: -8%;
margin-left: -28%;
max-width: 110%;
}

Expand Down

0 comments on commit a37fcd6

Please sign in to comment.