reworking git structure
All checks were successful
Build and Push Docker Image / docker (push) Successful in 48s

This commit is contained in:
2026-04-08 12:30:29 +00:00
commit 30a86a5890
109 changed files with 78389 additions and 0 deletions

18
wwwroot/css/site.css Normal file
View File

@@ -0,0 +1,18 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}