diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-16 14:20:24 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-16 14:20:36 +0200 |
commit | c1a6c6a27cb38c3241379b8e308b4d3de66d5ecf (patch) | |
tree | 74dc2e26644728cc1bd18aa59419e2e57f2cd987 | |
parent | added dashboard (diff) | |
download | Divid-c1a6c6a27cb38c3241379b8e308b4d3de66d5ecf.tar.gz |
Posititioning animation
-rw-r--r-- | public/css/divanim.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/divanim.less b/public/css/divanim.less index ecf3ef8..6760eab 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: 5px; + font-size: 6px; font-family: 'Source Sans Pro', Arial, sans-serif; font-weight: 300; margin:0; @@ -10,7 +10,7 @@ position: absolute; overflow: hidden; width: 50%; - height: 50%; + height: 20%; background-position: center 40%; background-repeat: no-repeat; background-size: cover;} |