data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: minor margin changes for entries

dusk 2ab43bda 9ec18b72

+2 -2
+2 -2
src/routes/entries/+page.svelte
··· 9 9 10 10 <div class="flex flex-col lg:flex-row gap-y-4 lg:mx-3 lg:my-4"> 11 11 {#each posts as post, index} 12 - {@const x = index % 2 === 0 ? 'lg:ml-16' : 'lg:ml-36'} 13 - {@const y = index % 2 === 0 ? 'lg:mt-6' : 'lg:mt-10'} 12 + {@const x = index % 2 === 0 ? 'lg:ml-8' : 'lg:ml-16'} 13 + {@const y = index % 2 === 0 ? 'lg:mt-4' : 'lg:mt-10'} 14 14 <div class="{x} {y}"> 15 15 <Window title={post.metadata.title} iconUri='/icons/entry.png'> 16 16 <a