From d2d0a9f67984d1c69db480c1308f956a7e104786 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 22 Apr 2020 22:06:21 -0700 Subject: [PATCH] updated stylesheet localtion and paths for fonts --- style.css => partials/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) rename style.css => partials/style.css (98%) diff --git a/style.css b/partials/style.css similarity index 98% rename from style.css rename to partials/style.css index 9f429b6..cff1907 100644 --- a/style.css +++ b/partials/style.css @@ -10,6 +10,15 @@ a { text-decoration: none; } +blockquote { + border-left: 10px solid #1f8dd6; +} + p { + display: inline; + margin-left: 1em; + } + + .pure-img-responsive { max-width: 100%; height: auto;