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,13 +854,15 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.markdown-preview {
|
.markdown-preview {
|
||||||
p {
|
.file-page__md {
|
||||||
.button__content {
|
p {
|
||||||
.channel-name {
|
.button__content {
|
||||||
font-size: var(--font-large);
|
.channel-name {
|
||||||
color: var(--color-primary);
|
font-size: var(--font-large);
|
||||||
@media (max-width: $breakpoint-small) {
|
color: var(--color-primary);
|
||||||
font-size: var(--font-base);
|
@media (max-width: $breakpoint-small) {
|
||||||
|
font-size: var(--font-base);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue