X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=public%2Findex.css;h=e305c7a07927f7643cb6ca12ac9d404169672363;hb=17dc7637588fb5d34bdc13e17e52db49f02bd3d8;hp=b4175ed9b6abd5a69c20fe26cd44ea5799ff9881;hpb=c5efaeee1075614b4f8cc1ce373df1adcc4ee9fb;p=mdref%2Fmdref diff --git a/public/index.css b/public/index.css index b4175ed..e305c7a 100644 --- a/public/index.css +++ b/public/index.css @@ -6,6 +6,7 @@ body, code { font-family: Inconsolata, Monospace, 'Courier New', Courier, monospace; } body { + line-height: 140%; font-size: 1.1em; margin: 0; padding: 0; @@ -73,6 +74,7 @@ pre>code { display: inline-block; padding: 1em; min-width: 50%; + line-height: 110%; } pre>code, pre>code code { background: #333; @@ -95,6 +97,7 @@ blockquote { } ul { + margin-top: 1em; margin-bottom: 2em; } li {