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

34
static/dist/css/core_home.css vendored Normal file
View File

@@ -0,0 +1,34 @@
#pageBody > * {
height: 100%;
}
#pageBody > * :first-child{
margin-top: 25vh;
}
#pageBody > * :last-child {
margin-bottom: 35vh;
}
.img-demo {
max-width: 50%;
min-width: 500px;
}
.img-featured {
width: 100%;
}
/*
img {
background-image: url("/static/images/Tag_Molly1.png");
}
*/
#pageBody h2 {
width: 100%;
}
#pageBody button.navContact {
width: fit-content;
}