Commit 7fec078eab0d6d961b529b2553c672997a1efa5f

Authored by Виталий
1 parent 638a3228

first

Showing 1 changed file with 11 additions and 11 deletions   Show diff stats
frontend/web/css/teamitem.css
@@ -12,6 +12,7 @@ overflow: hidden; @@ -12,6 +12,7 @@ overflow: hidden;
12 font-weight: normal; 12 font-weight: normal;
13 background: #fff; 13 background: #fff;
14 padding-bottom: 50px; 14 padding-bottom: 50px;
  15 +padding-top: 8px;
15 } 16 }
16 .left{ 17 .left{
17 float: left; 18 float: left;
@@ -565,24 +566,23 @@ padding-bottom: 50px; @@ -565,24 +566,23 @@ padding-bottom: 50px;
565 } 566 }
566 567
567 @-webkit-keyframes anim_jokes{ 568 @-webkit-keyframes anim_jokes{
568 -0% {  
569 - -webkit-transform: translate3d(0, 0, 0);  
570 -} 569 + 0% {
  570 + -webkit-transform: translate3d(0, 0, 0);
  571 + }
571 572
572 25% { 573 25% {
573 -webkit-transform: translate3d(32px, 0, 0) rotate(360deg); 574 -webkit-transform: translate3d(32px, 0, 0) rotate(360deg);
574 -  
575 -}  
576 -50{  
577 - -webkit-transform: translate3d(-32px, 0, 0) rotate(-360deg);  
578 -} 575 + }
  576 + 50 {
  577 + -webkit-transform: translate3d(-32px, 0, 0) rotate(-360deg);
  578 + }
579 75%{ 579 75%{
580 -webkit-transform: translate3d(-32px, 0, 0) rotate(-360deg); 580 -webkit-transform: translate3d(-32px, 0, 0) rotate(-360deg);
581 } 581 }
582 582
583 -100% {  
584 - -webkit-transform: translate3d(0, 0, 0);  
585 -} 583 + 100% {
  584 + -webkit-transform: translate3d(0, 0, 0);
  585 + }
586 } 586 }
587 @-moz-keyframes anim_jokes{ 587 @-moz-keyframes anim_jokes{
588 0% { 588 0% {