diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.php b/views/index.php index 0257901..f60b560 100644 --- a/views/index.php +++ b/views/index.php @@ -1,6 +1,6 @@ <div class="narrow"> - <div class="jumbotron h-x-app"> + <div class="jumbotron h-app h-x-app"> <h1><img src="/images/quill-logo-144.png" height="72" style="margin-bottom: 13px;" class="u-logo p-name" alt="Quill">Quill</h1> <p class="tagline">Quill is a simple app for posting text notes to your website.</p> @@ -22,4 +22,4 @@ <a href="" class="u-url"></a> </div> -</div>
\ No newline at end of file +</div> |