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