@@ -383,7 +383,7 @@ footer .license a {
383383 position : sticky ;
384384 top : 2rem ;
385385 transition : top 0.2s ease-in-out ;
386- padding -right : 1.5rem ;
386+ margin -right : 1.5rem ;
387387 margin-top : 3rem ;
388388 margin-bottom : 6rem ;
389389 color : #6c757d ;
@@ -859,16 +859,26 @@ table tbody td {
859859}
860860
861861#related-posts .card {
862- border : none ;
863- -webkit-transition : all .5s ease-in-out ;;
864- -moz-transition : all .5s ease-in-out ;;
865- transition : all .5s ease-in-out ;
862+ border : 1px solid #f1f1f1 ;
863+ box-shadow : 0 0 5px 0 rgba (234 , 234 , 234 , 0.7686274509803922 );
864+ -webkit-transition : all .3s ease-in-out ;;
865+ -moz-transition : all .3s ease-in-out ;;
866+ transition : all .3s ease-in-out ;
867+ }
868+
869+ #related-posts .card :hover {
870+ -webkit-transform : translate3d (0 , -8px , 0 );
871+ transform : translate3d (0 , -8px , 0 );
866872}
867873
868874#related-posts .card h3 {
869875 color : #353a3d ;
870876}
871877
878+ #related-posts .timeago {
879+ color : rgba (30 ,55 ,70 ,.4 );
880+ }
881+
872882#related-posts p {
873883 font-size : .9rem ;
874884 margin-bottom : .5rem ;
@@ -883,10 +893,6 @@ table tbody td {
883893 text-decoration : none ;
884894}
885895
886- #related-posts .card :hover {
887- transform : scale (1.05 );
888- }
889-
890896#related-posts ul {
891897 list-style-type : none ;
892898 padding-inline-start : 1.5rem ;
0 commit comments