Transform member's data into a git submodule instead of a symlink to another project in the parent directory #8

Merged
deborah.jean merged 6 commits from submodulisation into master 2025-11-06 14:49:25 +01:00
Showing only changes of commit 9242450a8d - Show all commits

View File

@@ -82,6 +82,10 @@ a:not([class]):visited {
margin-left: 1rem;
}
.box-flex {
display: flex;
}
.align-center {
align-items: center;
}