Skip to content

Commit c44bb7e

Browse files
committed
remove the first hr and reduce the margin on the library parent title
1 parent 40b14f9 commit c44bb7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/routes/_libraries/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ function Index() {
143143
<div className="w-fit mx-auto px-4">
144144
<OpenSourceStats />
145145
</div>
146-
<hr className="my-16 border-gray-200 dark:border-gray-500/10" />
146+
<div className="my-16" />
147147
<div className="px-4 lg:max-w-screen-lg md:mx-auto">
148148
<h3 className={`text-4xl font-light`}>Open Source Libraries</h3>
149149

150150
{Object.entries(librariesByGroup).map(
151151
([groupName, groupLibraries]: [string, Library[]]) => (
152-
<div key={groupName} className="mt-10">
152+
<div key={groupName} className="mt-8">
153153
<h4 className={`text-2xl font-medium capitalize mb-6`}>
154154
{
155155
librariesGroupNamesMap[

0 commit comments

Comments
 (0)