From b4c197c7e6e3206553c6e6fe52459441757f65e2 Mon Sep 17 00:00:00 2001 From: Michel Wermelinger Date: Sun, 2 Jul 2023 13:44:56 +0100 Subject: [PATCH] Change Cayman page header Copied from https://github.com/mwermelinger/simple-coding --- _layouts/default.html | 36 ++++++++++++++++++++++++++++++++++++ _sass/changes.scss | 5 +++++ assets/css/style.scss | 5 +++++ 3 files changed, 46 insertions(+) create mode 100644 _layouts/default.html create mode 100644 _sass/changes.scss create mode 100644 assets/css/style.scss diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..8304f9f --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,36 @@ + + + + + +{% seo %} + + + + + + + {% include head-custom.html %} + + + + +
+ {{ content }} + + +
+ + diff --git a/_sass/changes.scss b/_sass/changes.scss new file mode 100644 index 0000000..9eaabb1 --- /dev/null +++ b/_sass/changes.scss @@ -0,0 +1,5 @@ +// My changes to the Cayman theme + +.page-header { + padding: 2rem 1rem; // reduce size of header +} diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..1b81bdb --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,5 @@ +--- +--- + +@import "{{ site.theme }}"; +@import "changes";