From e055df506798124c6ddf1e7943f7006e957ca6b5 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Tue, 23 Jan 2024 14:20:41 +0000 Subject: [PATCH] Fixing linting errorsSS --- docs/_config.yml | 2 +- docs/_sass/custom/custom.scss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 3e8c2078..8c3b4e5a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,4 +7,4 @@ url: https://UCL-ARC.github.io/python-tooling aux_links: Source repository: https://github.com/UCL-ARC/python-tooling -logo: 'https://raw.githubusercontent.com/UCL-ARC/python-tooling/main/images/logo.png' +logo: "https://raw.githubusercontent.com/UCL-ARC/python-tooling/main/images/logo.png" diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 77b81607..6ffe95b8 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -1,8 +1,8 @@ div.site-header { - max-height: 15em; - height: 15em; + max-height: 15em; + height: 15em; } div.site-logo { - background-position: center center; + background-position: center center; }