Remove markdown font size from comment section on markdown page
This commit is contained in:
parent
d102cbe802
commit
039cccba87
1 changed files with 9 additions and 7 deletions
|
@ -854,6 +854,7 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.markdown-preview {
|
.markdown-preview {
|
||||||
|
.file-page__md {
|
||||||
p {
|
p {
|
||||||
.button__content {
|
.button__content {
|
||||||
.channel-name {
|
.channel-name {
|
||||||
|
@ -866,6 +867,7 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: $breakpoint-small) {
|
@media (max-width: $breakpoint-small) {
|
||||||
padding: var(--spacing-xxxs);
|
padding: var(--spacing-xxxs);
|
||||||
|
|
Loading…
Reference in a new issue