forked from deepStateMirrors/tabi
✨ feat: parse markdown in post summary & description (#517)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
f47cefd42b
commit
93af295d78
3 changed files with 8 additions and 8 deletions
|
@ -98,11 +98,11 @@ header {
|
|||
.tag {
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
margin-inline-end: 0.2rem;
|
||||
user-select: none;
|
||||
}
|
||||
.separator {
|
||||
margin-inline-end: 0.2rem;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.language-switcher {
|
||||
|
|
|
@ -126,7 +126,7 @@ $padding: 2.5rem;
|
|||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
.bloglist-container {
|
||||
grid-template-columns: 1fr;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pinned-label svg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue