diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-16 14:11:13 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-16 14:11:13 +0200 |
commit | bd167c6649df95e06922a46ff2d440f4483a8ddb (patch) | |
tree | c2a33730a34d399cb046ace09a564a04c0023c65 /public/css/divanim.less | |
parent | Position animation (diff) | |
download | Divid-bd167c6649df95e06922a46ff2d440f4483a8ddb.tar.gz |
Positioning animation
Diffstat (limited to 'public/css/divanim.less')
-rw-r--r-- | public/css/divanim.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/css/divanim.less b/public/css/divanim.less index 2d5a1da..8a5920e 100644 --- a/public/css/divanim.less +++ b/public/css/divanim.less @@ -1,6 +1,6 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300); .anim { - font-size: 10px; + font-size: 6px; font-family: 'Source Sans Pro', Arial, sans-serif; font-weight: 300; margin:0; @@ -9,9 +9,9 @@ z-index: 1; position: absolute; overflow: hidden; - width: 100%; - height: 100%; - background-position: 75% 25%; + width: 50%; + height: 50%; + background-position: center 40%; background-repeat: no-repeat; background-size: cover;} #situation { |