X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/81003de3d5db449a97b4718f50d998f2f036ad6b..10fae9d7b014de353cc4100b6e67abc91581ce1d:/jekyll/css/application.css diff --git a/jekyll/css/application.css b/jekyll/css/application.css index 45a6657..5150064 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -1,4 +1,5 @@ body { + margin: 0; background-color: white; font-family: times, 'Times New Roman', serif; font-smooth: never; @@ -22,6 +23,7 @@ em {color:#99a3a4} h1, h2, h3 { + margin-left: 10px; font-weight: 300; } @@ -41,6 +43,10 @@ a:visited { color: purple; } +ul, p { + margin-left: 10px; +} + ul { list-style: square; } @@ -48,3 +54,8 @@ ul { li { line-height: 1.82em; } + +img, +video { + max-width: 100vw; +}