Skip to content

Commit

Permalink
fix cons
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 5, 2016
2 parents 4c2e1ed + 6e91cc6 commit 89a4343
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
.title {
font-size: 84px;
margin-bottom: 30px;
}
.links > a {
Expand All @@ -59,6 +58,10 @@
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
</style>
</head>
<body>
Expand All @@ -71,7 +74,7 @@
@endif

<div class="content">
<div class="title">
<div class="title m-b-md">
Laravel
</div>

Expand Down

0 comments on commit 89a4343

Please sign in to comment.