File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const AuthorCard = ({
112
112
} ;
113
113
return (
114
114
< div
115
- className = { `py-8 sm:py-12 lg:py-8 px-4 sm:flex sm:flex-col xl:py-16 sm:px-8 border border-gray-300 dark:border -gray-700 ` }
115
+ className = { `py-8 sm:py-12 lg:py-8 px-4 sm:flex sm:flex-col xl:py-16 sm:px-8 border-2 dark: border-0 border- gray-200 dark:bg -gray-800 rounded-lg ` }
116
116
>
117
117
< blockquote className = "sm:flex-grow sm:flex sm:items-center text-center sm:text-left max-w-sm sm:max-w-3xl mx-auto w-full" >
118
118
< div className = "flex-shrink-0" >
@@ -187,12 +187,12 @@ export default function AuthorsSection() {
187
187
188
188
return (
189
189
< section className = "bg-gray-100 dark:bg-gray-900 overflow-hidden" >
190
- < div className = "py-6 sm:py-12 text-center border-b-2 border-gray-300 dark:border-gray-700 " >
190
+ < div className = "py-6 sm:py-12 text-center" >
191
191
< h2 className = "text-3xl sm:text-5xl font-extrabold text-gray-700 dark:text-white px-4" >
192
192
Authors you can trust.
193
193
</ h2 >
194
194
</ div >
195
- < div className = "lg: grid lg:grid-cols-2 -m-px " >
195
+ < div className = "grid lg:grid-cols-2 2xl:grid-cols-3 gap-4 sm:gap-6 lg:gap-8 px-4 sm:px-6 lg:px-8 2xl:px-16 py-16 " >
196
196
{ Authors . map ( author => (
197
197
< AuthorCard
198
198
author = { author }
You can’t perform that action at this time.
0 commit comments