Skip to content

Commit

Permalink
change welcome splash
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 25, 2015
1 parent 2dd8ed1 commit 09d028f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
margin: 0;
padding: 0;
width: 100%;
color: #B0BEC5;
display: table;
font-weight: 100;
font-family: 'Lato';
Expand All @@ -35,17 +34,12 @@
font-size: 96px;
margin-bottom: 40px;
}
.quote {
font-size: 24px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="title">Laravel 5</div>
<div class="quote">{{ Inspiring::quote() }}</div>
</div>
</div>
</body>
Expand Down

0 comments on commit 09d028f

Please sign in to comment.