From 9739230c8a67e1e607ec8248dd385fb9b73f37c5 Mon Sep 17 00:00:00 2001 From: Tony Kay Date: Wed, 25 Oct 2017 10:16:33 -0700 Subject: [PATCH] edits from fatihict Took 7 minutes --- docs/README-website.md | 2 +- docs/_includes/footer.html | 2 +- docs/assets/css/style.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README-website.md b/docs/README-website.md index c99bab589..da56757f2 100644 --- a/docs/README-website.md +++ b/docs/README-website.md @@ -7,7 +7,7 @@ The website uses [the merlot template](https://github.com/pages-themes/merlot). You should be able to get a local rendering system going to preview your edits by following these instructions: -1. Make you you have xcode installed with command line tools `xcodeselect --install`. +1. Make sure you have xcode installed with command line tools `xcodeselect --install`. 2. Use homebrew to install Ruby and gem support `brew install ruby` 3. [Install Jekyll](https://jekyllrb.com/docs/installation/) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index aeddce5a8..fbcfc9106 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,6 +1,6 @@ diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index b7b2cc3fa..4f229acaf 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -50,7 +50,7 @@ a { .hero { border-bottom: 5px solid #5577BB; - background: url('/assets/img/bg.png') no-repeat center top; + background: url('assets/img/bg.png') no-repeat center top; background-size: cover; }