diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 11:37:17 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 11:37:17 +0200 |
commit | cb45271a63287246bc468489b1244fd3ae920ae8 (patch) | |
tree | 17e15fa656798433d481c363ae5a4e70875623ab /views | |
parent | fixed home page (diff) | |
download | Divid-cb45271a63287246bc468489b1244fd3ae920ae8.tar.gz |
Added rows to home.ejs to divide animation and text
Diffstat (limited to 'views')
-rw-r--r-- | views/home.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/home.ejs b/views/home.ejs index ccca4af..94431d4 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -16,11 +16,11 @@ <!-- Main hero unit for a primary marketing message or call to action --> <div class="hero-unit showcase"> - <div class="animation"> + <div class="animation row"> <div class="screen"></div> </div> <h2>Hello, world!</h2> - <p><a href="#" class="btn btn-primary btn-large">Learn more »</a></p> + <p><a href="#" class="btn btn-primary btn-large row">Learn more »</a></p> </div> </div> </div> |