File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
$user = $article -> user ;
7
7
@endphp
8
8
9
- <x-container >
9
+ <x-container class = " py-12 " >
10
10
<article class =" relative lg:grid lg:grid-cols-9 lg:gap-10" xmlns:livewire =" http://www.w3.org/1999/html" >
11
11
<div class =" hidden relative lg:block lg:col-span-2" >
12
12
<x-sticky-content class =" divide-y divide-skin-base space-y-6" >
Original file line number Diff line number Diff line change @@ -253,14 +253,15 @@ class="flex items-center justify-center text-sm leading-none text-center rounded
253
253
wire:model =" title"
254
254
name =" title"
255
255
id =" title"
256
- class =" block w-full h-auto px-0 py-4 text-3xl sm:text-4xl font-bold placeholder-skin-input focus:placeholder-skin-input-focus font-normal text-skin-inverted bg-transparent border-0 leading-normal border-0 appearance-none focus:ring-0 shadow-none"
256
+ class =" block w-full h-auto px-0 py-4 text-3xl sm:text-4xl font-bold placeholder-skin-input focus:placeholder-skin-input-focus text-skin-inverted bg-transparent border-0 leading-normal appearance-none focus:ring-0 shadow-none"
257
257
placeholder =" Titre de votre article..."
258
+ aria-label =" Titre"
258
259
autofocus
259
260
autocomplete =" off"
260
261
/>
261
262
<livewire:markdown-x :content =" $body" />
262
263
<div class =" mt-6 text-right text-skin-base" >
263
- {{ __ ( ' Temps de lecture estimé :' ) } } <span class =" text-skin-inverted" >{{ $reading_time } } min</span >
264
+ Temps de lecture estimé : <span class =" text-skin-inverted" >{{ $reading_time } } min</span >
264
265
</div >
265
266
</div >
266
267
</main >
You can’t perform that action at this time.
0 commit comments