reduce image to 70%
This commit is contained in:
@@ -68,7 +68,7 @@ showTaxonomies = false
|
||||
showCategoryOnly = false
|
||||
showAuthorsBadges = false
|
||||
showWordCount = false
|
||||
showZenMode = true
|
||||
showZenMode = false
|
||||
|
||||
[list]
|
||||
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]
|
||||
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
|
||||
* **Goal:** Show my running progress on my desk
|
||||
|
||||
Reference in New Issue
Block a user