~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


aafedd20 Peter John

11 months ago
fix icons
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -287,6 +287,6 @@
287
287
  }
288
288
 
289
289
  .soft-icon {
290
- @apply w-12 h-12 mt-2;
290
+ @apply w-12 mt-2;
291
291
  }
292
292
  </style>