diff --git a/site/_includes/text.vto b/site/_includes/text.vto index 8af58d5..25cb69b 100644 --- a/site/_includes/text.vto +++ b/site/_includes/text.vto @@ -68,6 +68,17 @@ layout: base.vto margin-right: 0.6rem; } + /* Make images fit */ + p:has(img) { + display: flex; + justify-content: center; + } + + img { + max-width: 100%; + height: auto; + } + /* Style content */ .content { overflow-wrap: break-word; @@ -128,7 +139,7 @@ layout: base.vto border: 0.15rem solid var(--foreground); } - pre:has(code) { + pre { margin: 0; } diff --git a/site/assets/nix-iceberg.webp b/site/assets/nix-iceberg.webp new file mode 100644 index 0000000..90c5e6c Binary files /dev/null and b/site/assets/nix-iceberg.webp differ diff --git a/site/blog.vto b/site/blog.vto index 66c6204..59469ec 100644 --- a/site/blog.vto +++ b/site/blog.vto @@ -10,7 +10,7 @@ Are you old? Then you might want to check out my super cool RSS Feed too!