Skip to content

Commit

Permalink
fixed: the hover div would not cover all the item
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Sep 7, 2017
1 parent 370dcee commit 73b0ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_portfolios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@
padding: 10px;
text-align: center;
height: 100%;
width: 100%;
}

.portfolios-content:hover .portfolios-text {
display: inline-block;
cursor: pointer;
}
}

0 comments on commit 73b0ada

Please sign in to comment.