mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-23 19:36:53 +00:00
fix size
This commit is contained in:
parent
c0230ebba9
commit
5e943512aa
@ -100,8 +100,8 @@
|
|||||||
background-size: 800% 800%;
|
background-size: 800% 800%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 5px);
|
||||||
height: calc(100% - 10px);
|
height: calc(100% - 5px);
|
||||||
|
|
||||||
-webkit-animation: AnimationName 10s ease infinite;
|
-webkit-animation: AnimationName 10s ease infinite;
|
||||||
-moz-animation: AnimationName 10s ease infinite;
|
-moz-animation: AnimationName 10s ease infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user