mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
9c15b4b3c8
commit
e5b7e15c5f
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ body {
|
|||
-ms-animation: fadein 1.5s;
|
||||
-o-animation: fadein 1.5s;
|
||||
animation: fadein 1.5s;
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
Loading…
Reference in a new issue