19 lines
No EOL
845 B
Markdown
19 lines
No EOL
845 B
Markdown
---
|
|
title: Refining my Pico instance
|
|
date: 2025-02-17 20:44 PST
|
|
author: rintyuu
|
|
description: I made Pico better at least for me
|
|
---
|
|
# what
|
|
I edited my CSS sheet and some Pico configs like `index.twig`, to show content on this better
|
|
|
|
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>
|
|
|
|
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) |