Fix(git): Include bundled distribution in repo for CI/CD

This commit is contained in:
2025-07-11 17:27:33 +01:00
parent 77c63994c3
commit de4fa75f00
122 changed files with 9124 additions and 0 deletions

27
static/dist/css/core_contact.css vendored Normal file
View File

@@ -0,0 +1,27 @@
#pageBody > .card:first-of-type{
flex-grow: 1;
}
#pageBody > .card:last-of-type {
}
#pageBody > .card:not(:first-of-type) {
}
/*
.content > a {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
}
.content > a > img, .content > a > h4 {
flex: content;
margin: 0px;
}
*/