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