wider diff in header sizes for md posts
This commit is contained in:
parent
bcbb0685e4
commit
b26a586fb5
2 changed files with 8 additions and 8 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,8 +3,8 @@
|
|||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
/node_modules
|
||||
/dist
|
||||
node_modules
|
||||
dist
|
||||
/static/lbrynet*
|
||||
/static/daemon
|
||||
/static/locales
|
||||
|
|
|
@ -28,22 +28,22 @@
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.7em;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
font-size: 2em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.4em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
h4 {
|
||||
font-size: 1.3em;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
h5 {
|
||||
font-size: 1.2em;
|
||||
font-size: 1em;
|
||||
}
|
||||
h6 {
|
||||
font-size: 1em;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
Loading…
Reference in a new issue