Skip to content

Commit 2fdcfc9

Browse files
Merge pull request #57 from laravel-frontend-presets/revert-54-master
Revert "Changed margin side for app name link tag"
2 parents c37efad + 931e5b6 commit 2fdcfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<nav class="bg-blue-900 shadow mb-8 py-6">
1818
<div class="container mx-auto px-6 md:px-0">
1919
<div class="flex items-center justify-center">
20-
<div class="ml-6">
20+
<div class="mr-6">
2121
<a href="{{ url('/') }}" class="text-lg font-semibold text-gray-100 no-underline">
2222
{{ config('app.name', 'Laravel') }}
2323
</a>

0 commit comments

Comments
 (0)