1

Config/Obsidian: Add fullwidth images snippet

This commit is contained in:
2026-04-15 00:10:20 +02:00
parent 52084d1ada
commit 790f14fedf
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
.fullwidth-images img {
width: 100%;
height: auto;
}