1

Config/Obsidian: Add fullwidth images snippet

This commit is contained in:
2026-04-15 00:10:20 +02:00
parent 6507cbc0e0
commit 29970472f8
3 changed files with 6 additions and 1 deletions

View File

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