Skip to content

Commit

Permalink
Merge pull request #98 from rdavid8/comments
Browse files Browse the repository at this point in the history
fixed about modal picture chop on standard screen sizes
  • Loading branch information
rdavid8 committed Jan 29, 2016
2 parents 09475f4 + d9b2b9d commit 3c28730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/modules.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ html, body {
background-color: rgb(228,78,156);
}

#bioContainer img {
width: 75%;
}

#henry{
background-color: rgb(228,78,156);
transition: all 1s;
Expand Down

0 comments on commit 3c28730

Please sign in to comment.