archetypes, list.html layouts, google analyticsafter </head>

This commit is contained in:
Franz Klotsche
2025-11-15 22:06:43 +01:00
parent bf3126ea00
commit 610f30eadf
19 changed files with 183 additions and 20 deletions

View File

@@ -21,4 +21,10 @@ nav > a {
@media only screen and (min-width: 768px) {
nav { flex-direction: row; }
}
}
.project-container { display: flex; }
.project-container .project-list { width: 20%; }
.project-container .project { flex: 1; }