Update content/actual/refined-pico.md

This commit is contained in:
rintyuu 2025-02-17 21:44:17 -08:00
parent 05d02ec10d
commit eceb2acae4

View file

@ -10,4 +10,9 @@ I edited my CSS sheet and some Pico configs like `index.twig`, to show content o
I used the same CSS sheet for the Pico instance as the main website, but I made sure to add padding to text and embeds.
Don't believe me? Check out this Spotify embed:
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/5ic62hKqeDhZsa9l6YQxzJ?utm_source=generator" width="90%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/5ic62hKqeDhZsa9l6YQxzJ?utm_source=generator" width="90%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
Or check out Pico source, and my Pico configs
[Pico CMS](https://github.com/picocms/Pico)
[My configs](https://git.rintyuu.dev/rintyuu/pico-configs)