Various content updates

This commit is contained in:
2024-09-04 17:56:21 +02:00
parent 1590d3fe27
commit 6ecac287b2
6 changed files with 59 additions and 9 deletions

View File

@ -14,6 +14,13 @@
margin: 0 0 16px 16px;
}
/* Clearfix for floating images contained within */
.vp-doc .custom-block::after {
content: "";
clear: both;
display: table;
}
.vp-doc .grid {
display: grid;
gap: 16px;