mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
responsivity improvements
This commit is contained in:
parent
55fbe38693
commit
bdfe0621bc
6 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@
|
|||
</a>
|
||||
</div>
|
||||
</header>
|
||||
<main class="mx-auto flex justify-between items-center gap-8 w-1/2">
|
||||
<main class="mx-auto flex justify-between items-center gap-8 sm:w-1/2">
|
||||
<x:feed :tips="$tips" />
|
||||
</main>
|
||||
</x:layout>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<x:layout :title="$tip->title" :preview="$tip->title">
|
||||
<main class="mx-auto flex justify-between items-center gap-8">
|
||||
<main class="mx-auto flex flex-col sm:flex-row justify-between items-center gap-8">
|
||||
<aside class="flex flex-col gap-2">
|
||||
<h2 class="text-2xl font-medium">
|
||||
<a class="block" href="/">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue