Skip to content

Instantly share code, notes, and snippets.

View HEmile's full-sized avatar

Emile van Krieken HEmile

View GitHub Profile
@HEmile
HEmile / image-grid.css
Created December 31, 2021 09:54
Allows you to create beautiful image grids within your Obsidian notes
/* --------------- */
/* Image grid */
/* Requires Contextual Typography plugin 2.2.1+ */
/* Credits to Kepano's Minimal Theme for this snippet */
div:not(.el-embed-image) + .el-embed-image {
margin-top:1rem;
}
.el-embed-image {
margin-top:0.5rem;