Browse Source

css tweaks to featured projects.

Mr.doob 11 years ago
parent
commit
be98b84e06
1 changed files with 2 additions and 4 deletions
  1. 2 4
      index.html

+ 2 - 4
index.html

@@ -80,14 +80,12 @@
 					width: 200px;
 					height: 150px;
 					display: block;
-					margin: 0 1px 1px 0;
 					float: left;
-					-webkit-transition: -webkit-transform 0.2s;
-					transition: transform 0.2s;
+					transition: opacity 0.2s;
 				}
 
 				#content .project:hover {
-					-webkit-transform: translate( -5px, -5px );
+					opacity: 0.75;
 				}
 
 		</style>