Add breadcrumb navigation and enhance button functionality
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m12s

This commit is contained in:
2025-03-17 00:49:38 +01:00
parent 95fdd54d46
commit 72158d4464
4 changed files with 50 additions and 4 deletions

View File

@@ -4,9 +4,24 @@ body {
}
main {
height: calc(100vh - 124px);
height: calc(100vh - 180px);
overflow-y: scroll;
display: flex;
flex-direction: column;
align-items: center;
}
.breadcrumb {
font-size: 14px;
color: #ffcc00;
padding: 5px 10px;
}
.breadcrumb a {
color: #ff003c;
text-decoration: none;
}
.breadcrumb span {
color: #888;
}