diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-09 16:13:53 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-09 16:13:53 +0200 |
commit | 08dc9789e501ab15c75b12968cfd540f6e0d80a3 (patch) | |
tree | af0c571dceaf81482b4e852c57f83a2ac0a273e8 /public | |
parent | testing posting (diff) | |
download | Divid-08dc9789e501ab15c75b12968cfd540f6e0d80a3.tar.gz |
Made corrections to animation on contact.ejs
Diffstat (limited to 'public')
-rw-r--r-- | public/css/divanim.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/divanim.less b/public/css/divanim.less index ff53e77..84c5826 100644 --- a/public/css/divanim.less +++ b/public/css/divanim.less @@ -47,8 +47,8 @@ position: absolute; top: 50%; left: 50%; - width: 1em; - height: 1em; + width: 20em; + height: 23em; margin-top: -0.5em; margin-left: -0.5em; border-radius: 10%; @@ -200,4 +200,4 @@ #activity3 .satelite { background-image: url('betaling.png');} #activity4 .object { - background-image: url('/img/stian.jpeg');} + background-image: url('/img/stian.jpg');} |