File tree Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -4454,9 +4454,6 @@ select {
4454
4454
.mt-1 {
4455
4455
margin-top : 0.25rem ;
4456
4456
}
4457
- .mt-4 {
4458
- margin-top : 1rem ;
4459
- }
4460
4457
.mt-3 {
4461
4458
margin-top : 0.75rem ;
4462
4459
}
@@ -4472,6 +4469,9 @@ select {
4472
4469
.-mt-6 {
4473
4470
margin-top : -1.5rem ;
4474
4471
}
4472
+ .mt-4 {
4473
+ margin-top : 1rem ;
4474
+ }
4475
4475
.-ml-1 {
4476
4476
margin-left : -0.25rem ;
4477
4477
}
@@ -9490,10 +9490,6 @@ html {
9490
9490
column-gap : 0.75rem ;
9491
9491
}
9492
9492
9493
- .lg\:gap-y-0 {
9494
- row-gap : 0px ;
9495
- }
9496
-
9497
9493
.lg\:gap-x-8 {
9498
9494
-moz-column-gap : 2rem ;
9499
9495
column-gap : 2rem ;
@@ -9513,14 +9509,6 @@ html {
9513
9509
column-gap : 0.5rem ;
9514
9510
}
9515
9511
9516
- .lg\:gap-y-2 {
9517
- row-gap : 0.5rem ;
9518
- }
9519
-
9520
- .lg\:gap-y-4 {
9521
- row-gap : 1rem ;
9522
- }
9523
-
9524
9512
.lg\:space-y-0 > : not ([hidden ]) ~ : not ([hidden ]) {
9525
9513
--tw-space-y-reverse : 0 ;
9526
9514
margin-top : calc (0px * calc (1 - var (--tw-space-y-reverse )));
Original file line number Diff line number Diff line change 16
16
<x-heroicon-o-external-link class =" ml-2.5 h-5 w-5 text-skin-base" />
17
17
</a >
18
18
<p class =" mt-1 font-normal text-skin-base leading-6" >
19
- {!! $article -> excerpt (120 ) ! !}
19
+ {!! $article -> excerpt (150 ) ! !}
20
20
</p >
21
21
</div >
22
22
@if ($article -> tags -> isNotEmpty () )
Original file line number Diff line number Diff line change 19
19
<div class =" mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0" >
20
20
<div class =" mt-3 sm:flex" >
21
21
@auth
22
- <x-button :link =" route('forum.new')" class =" w-full sm:w-auto" >
22
+ <x-button :link =" route('forum.new')" class =" w-full sm:w-auto text-base font-normal " >
23
23
Lancer un thread
24
24
</x-button >
25
25
@else
26
- <x-button :link =" route('login')" class =" w-full sm:w-auto" >
26
+ <x-button :link =" route('login')" class =" w-full sm:w-auto text-base font-normal " >
27
27
Rejoindre la communauté
28
28
</x-button >
29
29
@endauth
30
- <x-default-button :link =" route('forum.index')" class =" mt-3 w-full sm:mt-0 sm:ml-3 sm:flex-shrink-0 sm:inline-flex sm:items-center sm:w-auto" >
30
+ <x-default-button :link =" route('forum.index')" class =" mt-3 w-full sm:mt-0 sm:ml-3 sm:flex-shrink-0 sm:inline-flex sm:items-center sm:w-auto text-base font-normal " >
31
31
Visiter le Forum
32
32
</x-default-button >
33
33
</div >
You can’t perform that action at this time.
0 commit comments