mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
hotfix markdon font size
This commit is contained in:
parent
85c29828b7
commit
4c42d50369
1 changed files with 7 additions and 3 deletions
|
@ -64,24 +64,28 @@
|
|||
}
|
||||
|
||||
.markdownpage {
|
||||
font-size: 0.8rem;
|
||||
|
||||
p {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 16px;
|
||||
|
||||
padding-bottom: 4px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 16px;
|
||||
|
||||
line-height: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 16px;
|
||||
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue