feat: add navigable table of contents to blog posts
This commit is contained in:
parent
b8bb33d5ef
commit
1b73cf36ad
7 changed files with 484 additions and 151 deletions
|
|
@ -57,7 +57,7 @@
|
|||
}
|
||||
|
||||
h3 {
|
||||
@apply text-xl md:text-2xl lg:text-3xl;
|
||||
@apply text-lg md:text-xl lg:text-2xl;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
|
||||
.prose h3 {
|
||||
font-size: 1.5rem !important;
|
||||
font-size: 1.35rem !important;
|
||||
font-weight: 700 !important;
|
||||
color: #111827 !important;
|
||||
margin-top: 3rem !important;
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
@media (min-width: 768px) {
|
||||
.prose h3 {
|
||||
font-size: 1.875rem !important;
|
||||
font-size: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue