fixing layout

This commit is contained in:
sakrecoer 2020-08-04 10:48:11 +02:00
parent e81f0ace73
commit 8fcda1a3d0
17 changed files with 96 additions and 348 deletions

View file

@ -30,14 +30,17 @@
}
@-webkit-keyframes backgroundSize {
0%{background-size:200% 400%}
100%{background-size:400% 200%}
0%{background-size:100% 150%}
50%{background-size:150% 100%}
100%{background-size:100% 150%}
}
@-moz-keyframes backgroundSize {
0%{background-size:200% 400%}
100%{background-size:400% 200%}
0%{background-size:100% 150%}
50%{background-size:150% 100%}
100%{background-size:100% 150%}
}
@keyframes backgroundSize {
0%{background-size:200% 400%}
100%{background-size:400% 200%}
0%{background-size:100% 150%}
50%{background-size:150% 100%}
100%{background-size:100% 150%}
}