Skip to content

Commit

Permalink
Use pico.css v1 in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Mar 7, 2024
1 parent ced64ff commit 3503b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ html(lang="en")
meta(property="og:description", content="Fix Instagram embeds in Discord (and Telegram!)")
title InstaFix
link(rel="icon", href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100%'><text y='.9em' font-size='90'>🛠</text></svg>")
link(rel="stylesheet", href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css")
link(rel="stylesheet", href="https://cdn.jsdelivr.net/npm/@picocss/pico@1.5.13/css/pico.min.css")

body
main.container(style="max-width: 35rem")
Expand Down
2 changes: 1 addition & 1 deletion views/home.jade.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3503b48

Please sign in to comment.