This commit is contained in:
simonaltschaffl@gmail.com 2025-11-11 16:47:59 +01:00
parent 013af75cb6
commit 3e1b144e9b

View File

@ -182,6 +182,28 @@ section {
margin-bottom: 30px; margin-bottom: 30px;
} }
.project-header { .project-header {
border-bottom: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6;
}
}
.project-page {
overflow-x: hidden;
}
.mermaid {
overflow-x: auto;
text-align: center;
}