1
Files
flake-nixinator/config/obsidian/css_snippets/fullwidth_image.css

5 lines
57 B
CSS

.fullwidth-images img {
width: 100%;
height: auto;
}