atmosphere explorer
0
fork

Configure Feed

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

remove margin under collections

+1 -1
+1 -1
src/App.tsx
··· 193 193 194 194 return ( 195 195 <> 196 - <div class="mb-4 flex w-fit flex-col self-center"> 196 + <div class="flex w-fit flex-col self-center"> 197 197 <For each={repo()?.collections}> 198 198 {(collection) => ( 199 199 <A