Skip to content

Commit

Permalink
Add hover and box-shadow to project img to escape from the Flat World
Browse files Browse the repository at this point in the history
  • Loading branch information
martgnz committed Jan 20, 2016
1 parent 7b7c529 commit e641a47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _sass/_projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@
.projectTitle {
margin-bottom: 0;
}
.projectImg {
border-radius: 2px;
box-shadow: 0 1px 10px rgba(0,0,0,.3);
transition: 0.2s;
cursor: pointer;
}
.projectImg:hover {
transform: scale(1.05);
box-shadow: 0 1px 20px rgba(0,0,0,.4);
transition: 0.2s;
}
.btn-primary-outline {
}
.projectMeta {
text-align: left;
margin-bottom: 0.5rem;
Expand Down

0 comments on commit e641a47

Please sign in to comment.