cpred/_sass/_layout.scss
Florian 72158d4464
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m12s
Add breadcrumb navigation and enhance button functionality
2025-03-17 00:49:38 +01:00

28 lines
355 B
SCSS

body {
max-height: 100vh;
overflow-y: scroll;
}
main {
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;
}