Skip to content

Commit 97e11e4

Browse files
committed
Fix responsive issue
1 parent 479bf44 commit 97e11e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/forum/overview.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="pt-5 pb-10 lg:pt-10 lg:pb-0">
99
<div class="container mx-auto flex flex-col gap-x-12 px-4 lg:flex-row">
1010
<div class="lg:w-3/4">
11-
<div class="flex justify-between items-center lg:block">
11+
<div class="md:flex justify-between items-center lg:block">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-4xl text-gray-900 font-bold">
1414
Forum
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<div class="flex items-center justify-between lg:mt-6">
23-
<h3 class="text-gray-800 text-xl font-semibold">
23+
<h3 class="text-gray-800 text-base md:text-xl font-semibold">
2424
{{ number_format($threads->total()) }} Threads
2525
</h3>
2626

0 commit comments

Comments
 (0)