We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b2c58 commit 2e2e35aCopy full SHA for 2e2e35a
.astro/settings.json
@@ -1,5 +1,5 @@
1
{
2
"_variables": {
3
- "lastUpdateCheck": 1731718607750
+ "lastUpdateCheck": 1732836126387
4
}
5
src/pages/publications/index.astro
@@ -29,7 +29,7 @@ const sortedPublications = publications.sort(sortPublicationFn);
29
</div>
30
</Section>
31
32
- <Section title='Conference' class='sm:pt-8'>
+ <Section title='Conference' class='pt-12'>
33
<div class='flex flex-col gap-y-2 md:flex-row md:gap-x-5 md:gap-y-0'>
34
<div class='w-full flex-wrap gap-x-4 gap-y-2'>
35
<PublicationList
0 commit comments