Re-add the date to the navigation

This commit is contained in:
2025-12-15 16:38:48 -08:00
parent 27d35ab7e7
commit e5331ca889
2 changed files with 10 additions and 0 deletions

View File

@@ -126,8 +126,16 @@
left: 0;
bottom: 100%;
margin-bottom: 0.5rem;
display: flex;
flex-direction: row;
gap: 8px;
}
.project-header .breadcrumb-wrapper a {
display: inline-block;
}
.project-header .breadcrumb-wrapper p {
margin: 0;
display: inline-block;
}