We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hr
1 parent 40b14f9 commit c44bb7eCopy full SHA for c44bb7e
1 file changed
app/routes/_libraries/index.tsx
@@ -143,13 +143,13 @@ function Index() {
143
<div className="w-fit mx-auto px-4">
144
<OpenSourceStats />
145
</div>
146
- <hr className="my-16 border-gray-200 dark:border-gray-500/10" />
+ <div className="my-16" />
147
<div className="px-4 lg:max-w-screen-lg md:mx-auto">
148
<h3 className={`text-4xl font-light`}>Open Source Libraries</h3>
149
150
{Object.entries(librariesByGroup).map(
151
([groupName, groupLibraries]: [string, Library[]]) => (
152
- <div key={groupName} className="mt-10">
+ <div key={groupName} className="mt-8">
153
<h4 className={`text-2xl font-medium capitalize mb-6`}>
154
{
155
librariesGroupNamesMap[
0 commit comments