Add breadcrumb navigation and enhance button functionality
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m12s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m12s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user