import vault

This commit is contained in:
Marcel Arndt
2026-07-16 14:04:45 +02:00
commit a2ad5f5c6d
90 changed files with 31429 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
.two-columns {
display: flex;
flex-direction: row;
gap: 20px;
}
.column {
flex: 1;
}