File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,15 @@ function Content() {
2626
2727 return (
2828 < div className = "col mx-auto h-full max-w-6xl gap-8 px-8 lg:gap-12 lg:px-10" >
29- < div className = "flex flex-col-reverse items-center justify-between gap-8 lg:flex-row lg:items-start lg:gap-8" >
29+ < div className = "flex justify-between gap-8 lg:gap-8" >
3030 < div className = "col gap-1.5" >
3131 { ! ! title && (
32- < div className = "row justify-center lg:justify-start " >
32+ < div className = "row" >
3333 < div className = "text-[26px] font-bold leading-none lg:text-[28px]" > { title } </ div >
3434 </ div >
3535 ) }
3636
37- { ! ! description && (
38- < div className = "text-center text-base text-slate-500 lg:text-left lg:text-lg" > { description } </ div >
39- ) }
37+ { ! ! description && < div className = "text-base text-slate-500 lg:text-lg" > { description } </ div > }
4038 </ div >
4139
4240 < div className = "flex" >
You can’t perform that action at this time.
0 commit comments