From 78e430b4caa152da3d70d2de36515bcd71c0c63f Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 13 Sep 2019 20:15:54 -0700 Subject: [PATCH] finalized new post and updated blockquotes styling' --- prebuild/post/route2.md | 2 +- style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/prebuild/post/route2.md b/prebuild/post/route2.md index 1b8bcb9..e7c619d 100644 --- a/prebuild/post/route2.md +++ b/prebuild/post/route2.md @@ -11,7 +11,7 @@ Apart from the route being fun there's also a few _reset points_, where if I los Here you go :^) - + > Can it be improved? diff --git a/style.css b/style.css index a5df455..eb05c04 100644 --- a/style.css +++ b/style.css @@ -81,6 +81,14 @@ The content `
` is where all your content goes. } +blockquote { + border-left: 7px solid #1f8dd6; +} + + blockquote p { + display: inline; + margin-left: 1em; + } /* The `#menu` `
` is the parent `
` that contains the `.pure-menu` that