diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 19:41:20 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 19:41:20 +0530 |
| commit | 13027acfc6bda44c6ed6a2357aa106eaad0592ce (patch) | |
| tree | c342ed726c5936f13683decd922f3385d0dd0eda | |
| parent | 23f9ccd2b61d7f131debce495d9677e2936f7716 (diff) | |
| download | minionlivesmatter-13027acfc6bda44c6ed6a2357aa106eaad0592ce.tar.gz minionlivesmatter-13027acfc6bda44c6ed6a2357aa106eaad0592ce.zip | |
Fixed DIV mismatch
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 7c0d051..942c379 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,8 +28,6 @@ <body> <div class="wrapper"> - <div class="container"> - <div class="container"> <div class="card-box col-md-12 col-sm-12"> <div class="card card-just-text card-with-border" data-background="image" data-src="assets/images/minion-top.jpg"> @@ -58,7 +56,7 @@ <h6></h6> <h4 id="minions-killed-now">0</h4> </div> - <p class="description">Died.</p> + <p class="description">have died since you opened this page.</p> </div> <div class="filter"></div> </div> <!-- end card --> |
