mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-16 21:57:44 +01:00
9 lines
197 B
CSS
9 lines
197 B
CSS
/* ========== IMAGES ========== */
|
|
.markdown-preview-view img {
|
|
max-width: 100%;
|
|
border-radius: 6px;
|
|
box-shadow: 0 2px 6px rgba(0,0,0,0.5);
|
|
margin: 1em 0;
|
|
display: block;
|
|
}
|
|
|