X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/e7306bc0bbfea36e6414684b00ad4ef1c7269aed..052c3ef4a6a579d2188a5d048cea92cc9f4fc14d:/content/style.scss diff --git a/content/style.scss b/content/style.scss index dc306d7..5240779 100644 --- a/content/style.scss +++ b/content/style.scss @@ -68,6 +68,10 @@ p, table, div, ul, ol, dl, hr { } p, table, body>div, h5 { margin: 1em 0; } +blockquote { + @media (max-width: 28em) { margin: 1em 0.5em; } + margin: 1em; +} li { margin: 0 0 0 2em; } dd { margin: 0 0 0 1em; } @@ -83,6 +87,14 @@ kbd { font-family: monospace; font-size: 0.95em; &:before { content: "% "; } + &>span { white-space: nowrap; } + + blockquote & { + display: block; + text-align: left; + padding-left: 3em; + text-indent: -3em; + } } .permalink {