diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 13:04:36 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 13:04:36 +0200 |
commit | a31589e0cfbed0a6a9a8dfe0ddee513e2b7c5cf6 (patch) | |
tree | 4d8fb5490ffce0094f5bffff729de7e56439e8a3 /views | |
parent | changed animation devanim.less (diff) | |
download | Divid-a31589e0cfbed0a6a9a8dfe0ddee513e2b7c5cf6.tar.gz |
Changed hero span from 3-4
Diffstat (limited to 'views')
-rw-r--r-- | views/home.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.ejs b/views/home.ejs index fdc15fe..c2b26c0 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -16,7 +16,7 @@ <!-- Main hero unit for a primary marketing message or call to action --> <div class="hero-unit showcase"> - <div class="span3"> + <div class="span4"> <h2>Hello, world!</h2> <p><a href="#" class="btn btn-primary btn-large row">Learn more ยป</a></p> </div> |