jekyll build from Action 653b2d53e0

This commit is contained in:
2025-03-20 14:16:13 +00:00
parent 3ab4c51317
commit 384e1e9f7a
6 changed files with 28 additions and 22 deletions

View File

@@ -8046,6 +8046,10 @@ input[type=range]::-ms-thumb {
margin-top: 1.2rem;
}
}
* {
font-family: BlenderProBook, sans-serif;
}
body {
height: 100vh;
min-height: 100vh;
@@ -8053,10 +8057,12 @@ body {
display: flex;
flex-direction: column;
overflow-y: scroll;
font-family: BlenderProBook, sans-serif;
}
main {
flex-grow: 1;
font-family: BlenderProBook, sans-serif;
}
footer {

File diff suppressed because one or more lines are too long