diff options
-rw-r--r-- | public/css/devanim.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/devanim.less b/public/css/devanim.less index 5a89212..5f26472 100644 --- a/public/css/devanim.less +++ b/public/css/devanim.less @@ -10,7 +10,7 @@ position: relative; border: solid 2px black; margin: 0 auto; - margin-top: 100px; + margin-top: 10px; background: white; -webkit-animation: devices 9s ease 0s infinite; -moz-animation: devices 9s ease 0s infinite; |