File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<x-component name =" x-home-section" >
22 <section class = " mb-20 lg:mb-[7vh] flex justify-center flex-col tracking-tighter px-6" >
3- <div class = " grid grid-cols-1 lg:grid-cols-2 gap-x-12 items-center" >
3+ <div class = " grid grid-cols-1 lg:grid-cols-2 items-center" >
44 <!-- Left -->
55 <div class = " p-2 lg:p-0" >
66 <div class = " max-w-xl text-sans" >
1919 </div >
2020 </div >
2121 <!-- Right -->
22- <div class = " flex flex-col gap-2 p-2 text-sm bg-(--ui-bg)/20 rounded-xl" >
22+ <div class = " flex flex-col gap-2 p-2 text-sm bg-(--ui-bg)/20 rounded-xl tracking-normal " >
2323 <div :foreach= " $snippets as $snippet" class = " bg-(--ui-bg)/50 border border-(--ui-border) rounded-md p-4 [&_pre]:h-full [&_pre]:overflow-x-auto" >
2424 { !! $codeBlocks [$snippet ] !! }
2525 </div >
You can’t perform that action at this time.
0 commit comments