WritingSpace/.obsidian/snippets/primary_tweaks.css
2025-01-29 23:09:57 +01:00

7 lines
No EOL
163 B
CSS

.internal-embed img:not([width]), .markdown-preview-view img:not([width]), .markdown-rendered img:not([width]) {
display: block;
margin: auto;
min-width:250px;
}