1
0
Fork 0
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:
Samuel Štancl 2021-04-07 03:16:02 +02:00
parent 55fbe38693
commit bdfe0621bc
6 changed files with 8 additions and 8 deletions

View file

@ -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>

View file

@ -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="/">