We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479bf44 commit 97e11e4Copy full SHA for 97e11e4
resources/views/forum/overview.blade.php
@@ -8,7 +8,7 @@
8
<div class="pt-5 pb-10 lg:pt-10 lg:pb-0">
9
<div class="container mx-auto flex flex-col gap-x-12 px-4 lg:flex-row">
10
<div class="lg:w-3/4">
11
- <div class="flex justify-between items-center lg:block">
+ <div class="md:flex justify-between items-center lg:block">
12
<div class="flex justify-between items-center">
13
<h1 class="text-4xl text-gray-900 font-bold">
14
Forum
@@ -20,7 +20,7 @@
20
</div>
21
22
<div class="flex items-center justify-between lg:mt-6">
23
- <h3 class="text-gray-800 text-xl font-semibold">
+ <h3 class="text-gray-800 text-base md:text-xl font-semibold">
24
{{ number_format($threads->total()) }} Threads
25
</h3>
26
0 commit comments