~repos /website
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
- 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
|
|
290
|
+
@apply w-12 mt-2;
|
|
291
291
|
}
|
|
292
292
|
</style>
|