Skip to content

Commit 2e2e35a

Browse files
committed
Fix publication padding
1 parent f5b2c58 commit 2e2e35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.astro/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1731718607750
3+
"lastUpdateCheck": 1732836126387
44
}
55
}

src/pages/publications/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const sortedPublications = publications.sort(sortPublicationFn);
2929
</div>
3030
</Section>
3131

32-
<Section title='Conference' class='sm:pt-8'>
32+
<Section title='Conference' class='pt-12'>
3333
<div class='flex flex-col gap-y-2 md:flex-row md:gap-x-5 md:gap-y-0'>
3434
<div class='w-full flex-wrap gap-x-4 gap-y-2'>
3535
<PublicationList

0 commit comments

Comments
 (0)