diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-16 14:04:00 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-16 14:04:00 +0200 |
commit | 04e19b35fd0406e8527df6f489b7e240ce292862 (patch) | |
tree | 6f1b450a267b7de98d2afd8024a17fd7a1c82701 /public/css/divanim.less | |
parent | position animation (diff) | |
download | Divid-04e19b35fd0406e8527df6f489b7e240ce292862.tar.gz |
Position animation
Diffstat (limited to 'public/css/divanim.less')
-rw-r--r-- | public/css/divanim.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/divanim.less b/public/css/divanim.less index 4991cd3..2d5a1da 100644 --- a/public/css/divanim.less +++ b/public/css/divanim.less @@ -11,7 +11,7 @@ overflow: hidden; width: 100%; height: 100%; - background-position: center 10%; + background-position: 75% 25%; background-repeat: no-repeat; background-size: cover;} #situation { |