garmin eink

This commit is contained in:
2026-02-20 16:12:31 +00:00
parent edede9dfa4
commit 1e741e6be7
6 changed files with 52 additions and 38 deletions
+5 -5
View File
@@ -2,18 +2,18 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
image: "featured.jpg"
image: /{{ .File.Dir }}featured.png
summary: "A 1-2 sentence hook for the project box."
tags: ["LXC", "Self-Hosting"]
---
<style>
.post-content img {
width: 50%;
height: auto;
section img, .content img, article img {
max-width: 50% !important;
height: auto !important;
display: block;
margin: 2rem auto;
border-radius: 8px; /* Optional: makes them look a bit cleaner */
border-radius: 8px;
}
</style>