From cd5acc4985e37f69515dfbc6e69b1a6d1d0a7e49 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 13 Apr 2022 16:30:18 +1200 Subject: [PATCH] Fixes --- _includes/head.html | 2 +- _includes/header.html | 6 +++--- stylesheets/main.scss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index b638501..dbf70e2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + diff --git a/_includes/header.html b/_includes/header.html index 2c0b380..efbed18 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,10 +1,10 @@ \ No newline at end of file diff --git a/stylesheets/main.scss b/stylesheets/main.scss index c8e52b2..2cc9f02 100755 --- a/stylesheets/main.scss +++ b/stylesheets/main.scss @@ -71,7 +71,7 @@ table { width: rem-calc(539); height: rem-calc(128); margin-top: rem-calc(90); - @include retina-image(/images/logo, rem-calc(539) rem-calc(128)); + @include retina-image(/SnapKit/images/logo, rem-calc(539) rem-calc(128)); background-size: 100% 100%; display: inline-block; }