Skip to content

Commit

Permalink
Merge pull request #54 from mehranrasoli/master
Browse files Browse the repository at this point in the history
Changed margin side for app name link tag
  • Loading branch information
michaeldyrynda authored Jul 16, 2019
2 parents 359878f + dcc1178 commit 7eeb4bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<nav class="bg-blue-900 shadow mb-8 py-6">
<div class="container mx-auto px-6 md:px-0">
<div class="flex items-center justify-center">
<div class="mr-6">
<div class="ml-6">
<a href="{{ url('/') }}" class="text-lg font-semibold text-gray-100 no-underline">
{{ config('app.name', 'Laravel') }}
</a>
Expand Down

0 comments on commit 7eeb4bf

Please sign in to comment.