fix teacher flippers

This commit is contained in:
Torsten Ruger 2017-07-12 13:22:00 +03:00
parent c1507b859b
commit e07abedaca
2 changed files with 4 additions and 2 deletions

View File

@ -171,3 +171,5 @@ a:hover.social-icon.social-icon-border
-webkit-border-radius: 3px
-moz-border-radius: 3px
border-radius: 3px
img
padding-bottom: 6px

View File

@ -75,7 +75,7 @@ h4 , h5 , h6
.parallax
@include parallax_mixin
.height-500
height: 500px
@ -132,7 +132,7 @@ h4 , h5 , h6
*https://davidwalsh.name/css-flip
.flip-container
perspective: 1000
perspective: 1000px
&:hover .flipper, &.hover .flipper
transform: rotateY(180deg)