chore: polish layout and homepage lists
This commit is contained in:
parent
17ffdde1db
commit
989b829a20
4 changed files with 18 additions and 8 deletions
|
|
@ -49,18 +49,27 @@ const optionsForDate = {
|
|||
|
||||
.markdown-content {
|
||||
font-family: sans-serif;
|
||||
font-size: 1.2rem;
|
||||
line-height: 2.5;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.markdown-content h1 {
|
||||
font-size: 1.9rem;
|
||||
font-size: 1.6rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.markdown-content h2 {
|
||||
font-size: 1.75rem;
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1.8rem;
|
||||
margin-bottom: 0.8rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.markdown-content h3 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 0.6rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue