Initial commit

This commit is contained in:
2024-08-01 22:19:10 +02:00
commit ed29cdf8ee
16 changed files with 4465 additions and 0 deletions

View File

@ -0,0 +1,13 @@
.vp-doc img {
border-radius: 8px;
}
.vp-doc .grid {
display: grid;
gap: 16px;
}
@media (min-width: 912px) {
.vp-doc .grid {
grid-template-columns: repeat(var(--cols, 2), 1fr);
}
}