.postTitle a{
   transition:all 1s;
}
.postTitle a:hover{
    margin-left:10px;
    transition:all 1s;
}