feat: add navigable table of contents to blog posts

This commit is contained in:
Lorenzo Iovino 2026-01-09 18:21:20 +01:00
parent b8bb33d5ef
commit 1b73cf36ad
7 changed files with 484 additions and 151 deletions

View file

@ -57,7 +57,7 @@
}
h3 {
@apply text-xl md:text-2xl lg:text-3xl;
@apply text-lg md:text-xl lg:text-2xl;
}
h4 {

View file

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