Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
fix thumbnail margin
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Mar 3, 2016
1 parent 89d5d1c commit 11d1f53
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ a {
display: block;
max-height: 95px;
transition: background 0.4s ease-in;
margin-bottom: 18px;
margin-bottom: 12px;
}
.bg-switch .bgs .bg:hover {
background: rgba(255,255,255,0.3);
Expand All @@ -145,10 +145,6 @@ a {
transition: all 0.3s linear;
}

.bg-switch .bgs .bg img:hover {
border-color: #ececec;
}

.hovered {
text-decoration: none;
background-color: #ECF0F1;
Expand Down

0 comments on commit 11d1f53

Please sign in to comment.