feat: created posts I want to make page
This commit is contained in:
parent
12698be77d
commit
d354c2ca37
2 changed files with 104 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue