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 .DS_Store
.AppleDouble .AppleDouble
.LSOverride .LSOverride
/node_modules node_modules
/dist dist
/static/lbrynet* /static/lbrynet*
/static/daemon /static/daemon
/static/locales /static/locales

View file

@ -28,22 +28,22 @@
} }
h1 { h1 {
font-size: 1.7em; font-size: 2.5em;
} }
h2 { h2 {
font-size: 1.5em; font-size: 2em;
} }
h3 { h3 {
font-size: 1.4em; font-size: 1.5em;
} }
h4 { h4 {
font-size: 1.3em; font-size: 1.25em;
} }
h5 { h5 {
font-size: 1.2em; font-size: 1em;
} }
h6 { h6 {
font-size: 1em; font-size: 0.875em;
} }
p, p,