wider diff in header sizes for md posts

This commit is contained in:
Alex Grintsvayg 2020-06-15 15:11:37 -04:00 committed by Sean Yesmunt
parent bcbb0685e4
commit b26a586fb5
2 changed files with 8 additions and 8 deletions

4
.gitignore vendored
View file

@ -3,8 +3,8 @@
.DS_Store
.AppleDouble
.LSOverride
/node_modules
/dist
node_modules
dist
/static/lbrynet*
/static/daemon
/static/locales

View file

@ -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,