reduce image to 70%
This commit is contained in:
@@ -68,7 +68,7 @@ showTaxonomies = false
|
|||||||
showCategoryOnly = false
|
showCategoryOnly = false
|
||||||
showAuthorsBadges = false
|
showAuthorsBadges = false
|
||||||
showWordCount = false
|
showWordCount = false
|
||||||
showZenMode = true
|
showZenMode = false
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showHero = false
|
showHero = false
|
||||||
|
|||||||
@@ -7,7 +7,15 @@ summary: "Using an Eink display with an ESP32 to track and motivate me for a vir
|
|||||||
tags: ["ESP32", "Self-Hosting", Python]
|
tags: ["ESP32", "Self-Hosting", Python]
|
||||||
author: false
|
author: false
|
||||||
---
|
---
|
||||||
|
<style>
|
||||||
|
section img, .content img, article img {
|
||||||
|
max-width: 70% !important;
|
||||||
|
height: auto !important;
|
||||||
|
display: block;
|
||||||
|
margin: 2rem auto;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
### 📋 Project Highlights
|
### 📋 Project Highlights
|
||||||
* **Goal:** Show my running progress on my desk
|
* **Goal:** Show my running progress on my desk
|
||||||
|
|||||||
Reference in New Issue
Block a user