1

Config/Obsidian: Add !important to snippets

This commit is contained in:
2026-04-15 01:28:40 +02:00
parent 00e412cb20
commit 593437fa94
4 changed files with 19 additions and 8 deletions

View File

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