about summary refs log tree commit diff
path: root/laravel/resources/views/welcome.blade.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-12-26 13:49:17 -0500
committerZach DeCook <zachdecook@gmail.com>2018-12-26 13:49:17 -0500
commit4a76e3a6d8d963b5c9ac9cffd11c065dea478011 (patch)
tree3c4914fac9fa712ec6d341d4fe97c5d7e2aae347 /laravel/resources/views/welcome.blade.php
parent1f8b8c8f1892a5514f6929561e1fabd23ffc830b (diff)
downloadprosongsa-4a76e3a6d8d963b5c9ac9cffd11c065dea478011.tar.gz
* Views: Add margin, main text
Diffstat (limited to 'laravel/resources/views/welcome.blade.php')
-rw-r--r--laravel/resources/views/welcome.blade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/laravel/resources/views/welcome.blade.php b/laravel/resources/views/welcome.blade.php
index 10c2615..004672f 100644
--- a/laravel/resources/views/welcome.blade.php
+++ b/laravel/resources/views/welcome.blade.php
@@ -1,8 +1,8 @@
 @extends('main')
 @section('content')
-                <div class="title">
+                <h1>
                     Prosongsa Songs
-                </div>
+                </h1>
 
                 <ul>
                     @foreach( App\Song::all() as $song )