Add site description to home page
This commit is contained in:
parent
b86b1688ea
commit
1db5336f35
6 changed files with 24 additions and 5 deletions
|
@ -62,9 +62,15 @@ footer, footer * {
|
|||
box-sizing: border-box;
|
||||
gap: 1rem;
|
||||
}
|
||||
.home-main > h1 {
|
||||
.about {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.about > h1 {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.description {
|
||||
white-space: pre-line;
|
||||
}
|
||||
.home-main, .toc, #search-results {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Reference in a new issue