feat: created posts I want to make page

This commit is contained in:
Leyla Becker 2026-02-10 15:22:02 -06:00
parent 12698be77d
commit d354c2ca37
2 changed files with 104 additions and 0 deletions

View file

@ -158,6 +158,26 @@ a {
background: none;
}
/* Lists in post content */
.post-content ul,
.post-content ol {
margin-bottom: 1rem;
padding-left: 1.5rem;
}
.post-content li {
margin-bottom: 0.25rem;
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
margin-top: 0.25rem;
margin-bottom: 0.5rem;
padding-left: 1.5rem;
}
/* Expandable sections */
.expandable {
border: 1px solid var(--border-color);