Add site description to home page

This commit is contained in:
ChaoticByte 2024-08-29 13:29:39 +02:00
parent b86b1688ea
commit 1db5336f35
No known key found for this signature in database
6 changed files with 24 additions and 5 deletions

View file

@ -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;