jekyll build from Action 72158d4464

This commit is contained in:
2025-03-16 23:54:47 +00:00
parent f47661a637
commit 0bba8da5c8
9 changed files with 225 additions and 28 deletions

View File

@@ -8052,11 +8052,26 @@ 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;
}
/*# sourceMappingURL=main.css.map */