garmin eink
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user