This commit is contained in:
Joshua Seigler 2025-06-22 00:19:46 -04:00
parent c008cedf7c
commit 547ec60687
4 changed files with 44 additions and 5 deletions

View file

@ -780,3 +780,10 @@ body .isso-post-action {
.pagefind-ui__result-excerpt {
margin: 0.5rem 0;
}
.feature {
> p:first-child::first-line {
font-size: var(--s2);
font-weight: 200;
}
}