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