Add the project layout template and update all projects

This commit is contained in:
2025-10-27 22:43:15 -07:00
parent 6706480a2c
commit 0bac864bb4
9 changed files with 40 additions and 19 deletions

View File

@@ -110,3 +110,24 @@
width: 100%;
}
}
.project-header {
position: relative;
display: inline-block;
margin-top: 96px;
}
.project-header h1 {
margin-top: 0;
}
.project-header .breadcrumb-wrapper {
position: absolute;
left: 0;
bottom: 100%;
margin-bottom: 0.5rem;
}
.project-header .breadcrumb-wrapper a {
display: inline-block;
}