small fix for still-gifs

This commit is contained in:
Henry Jameson 2018-04-09 02:10:04 +03:00
parent bc8ae96cac
commit bf2d4516d5
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
line-height: 0;
overflow: hidden;
width: 100%;
height: 100%
height: 100%;
&:hover canvas {
display: none;
@ -22,7 +22,7 @@
img {
width: 100%;
height: 100%
height: 100%;
}
&.animated {