Skip to content

Commit

Permalink
💄 Improve the docs menu margin on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 1, 2024
1 parent c190f4a commit 0335743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/livewire/docs/show.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<x-container class="py-4 md:py-16">
<div class="grid grid-cols-1 gap-8 md:grid-cols-3">
<div>
<div class="md:-mt-2">
<a class="ml-1" wire:navigate href="{{ route('home') }}">
<x-logo />
</a>
Expand Down Expand Up @@ -54,7 +54,7 @@
</h1>

<div>
<div class="mt-8 prose text-white text-opacity-80 prose-neutral prose-a:text-orange-500 hover:prose-a:text-orange-600 prose-strong:text-orange-500 prose-headings:text-primary-500">
<div class="mt-8 prose text-white text-opacity-80 prose-neutral prose-a:text-primary-500 hover:prose-a:text-primary-600 prose-strong:text-primary-500 prose-headings:text-primary-500">
@markdom($page->content)
</div>

Expand Down

0 comments on commit 0335743

Please sign in to comment.