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;