Skip to content

Commit

Permalink
Fixing header images.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethgm committed Apr 10, 2017
1 parent 07d553a commit 090e332
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -2434,6 +2434,7 @@ footer .first-column {
margin-bottom: 80px;
padding-bottom: 80px;
border-bottom: 2px solid #d8d8d8;
margin-top: 20px;
}

.content.main-div .content-div.first a {
Expand Down Expand Up @@ -2520,6 +2521,7 @@ footer .first-column {

.content .bx-wrapper img {
margin: 0 auto;
width: 100%;
}

.content .bx-wrapper a img {
Expand Down Expand Up @@ -2552,7 +2554,7 @@ footer .first-column {
padding-left: 0;
}
.content.work .content .mid-column2 {
padding-left: 40px;
padding-left: 0;
padding-right: 0;
}
.content.work .content {
Expand Down Expand Up @@ -2597,7 +2599,7 @@ footer .first-column {
@media screen and (min-width: 769px) and (max-width: 992px) {
.content.work .content .content-div .col-sm-6, .content.work .content .content-div .col-sm-3 {
padding-left: 0;
padding-right: 0;
padding-right: 10px;
}
content.work .content .content-div .col-sm-6 img, .content.work .content .content-div .col-sm-3 img {
width: 90%;
Expand Down

0 comments on commit 090e332

Please sign in to comment.