Update image spacing in articles + built data

This commit is contained in:
2024-07-14 18:49:37 +02:00
parent bd3aa1e957
commit 6ba17be765
7 changed files with 7 additions and 12 deletions

View File

@ -1566,10 +1566,10 @@ make sure they look good, and are given a bit of extra spacing. */
/* Add extra margin before/after any cards,
except for when immediately preceeded by a heading */
.gh-content :not(.kg-card):not([id]) + .kg-card {
margin-top: 0vmin;
margin-top: 3vmin;
}
.gh-content .kg-card + :not(.kg-card) {
margin-top: 0vmin;
margin-top: 3vmin;
}
/* This keeps small embeds centered */