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

@ -1,4 +1,4 @@
img[alt*="center"] {
.center-images img {
display: block;
margin-left: auto;
margin-right: auto;

View File

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