fix images
This commit is contained in:
@@ -16,7 +16,12 @@ tags: ["ESP32", "Self-Hosting", Python]
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||

|
{{< image
|
||||||
|
src="./featured.jpg"
|
||||||
|
alt="Featured"
|
||||||
|
caption="My image"
|
||||||
|
class="w-1/2 mx-auto"
|
||||||
|
>}}
|
||||||
|
|
||||||
### 📋 Project Highlights
|
### 📋 Project Highlights
|
||||||
* **Goal:** Show my running progress on my desk
|
* **Goal:** Show my running progress on my desk
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 744 KiB After Width: | Height: | Size: 744 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@@ -6,6 +6,19 @@ image: /blog/retro-handhelds/featured.gif
|
|||||||
summary: "Retro handheld collection"
|
summary: "Retro handheld collection"
|
||||||
tags: ["Games"]
|
tags: ["Games"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<style>
|
||||||
|
section img, .content img, article img {
|
||||||
|
max-width: 70% !important;
|
||||||
|
height: auto !important;
|
||||||
|
display: block;
|
||||||
|
margin: 2rem auto;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
My biggest pass time outside of computing is retro game emulation. Most commonly in the form of dedicated emulation handhelds but also diving into console modding and Linux gaming.
|
My biggest pass time outside of computing is retro game emulation. Most commonly in the form of dedicated emulation handhelds but also diving into console modding and Linux gaming.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,8 @@ tags: ["Smart-Home", "ESP32"]
|
|||||||
---
|
---
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* This targets any image inside the main article area */
|
|
||||||
section img, .content img, article img {
|
section img, .content img, article img {
|
||||||
max-width: 50% !important; /* Use !important to override theme defaults */
|
max-width: 70% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
@@ -19,6 +18,8 @@ tags: ["Smart-Home", "ESP32"]
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### 📋 Project Highlights
|
### 📋 Project Highlights
|
||||||
* **Goal:** What was the main objective?
|
* **Goal:** What was the main objective?
|
||||||
* **Tech Stack:** Proxmox, Docker, Caddy, etc.
|
* **Tech Stack:** Proxmox, Docker, Caddy, etc.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ tags: ["Electronics", "University"]
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
section img, .content img, article img {
|
section img, .content img, article img {
|
||||||
max-width: 50% !important;
|
max-width: 70% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
@@ -17,6 +17,8 @@ tags: ["Electronics", "University"]
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### 📋 Project Highlights
|
### 📋 Project Highlights
|
||||||
* Fabricate Dye Sensitized Solar Cell using Natural Dyes
|
* Fabricate Dye Sensitized Solar Cell using Natural Dyes
|
||||||
* Investigate a variety of different dyes and their effects on cell efficiency
|
* Investigate a variety of different dyes and their effects on cell efficiency
|
||||||
|
|||||||
Reference in New Issue
Block a user