From da59ed460f3831e633644c48470fc08a64c26cf7 Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Wed, 7 Jul 2021 13:16:30 -0400 Subject: [PATCH] Remove redundant baseof.html, tweak h3 style --- layouts/healing-music/baseof.html | 22 ---------------------- static/css/style.css | 8 ++++---- 2 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 layouts/healing-music/baseof.html diff --git a/layouts/healing-music/baseof.html b/layouts/healing-music/baseof.html deleted file mode 100644 index 94690bc..0000000 --- a/layouts/healing-music/baseof.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - {{ block "title" . }}{{ .Site.Title }}{{ end }} - - - -

{{- .Title }}

- {{- partial "nav.html" . }} -
- {{- block "main" . }}{{- end }} -
- {{- partial "footer.html" . -}} - - diff --git a/static/css/style.css b/static/css/style.css index 37dae80..7f71e17 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -150,14 +150,14 @@ h2 { } h3 { - font-size: 1.1em; + font-size: 1.2em; font-weight: bold; margin: 0; padding: 0; text-align: center; - border-width: 0 0 2px 0; - border-color: var(--color); - border-style: solid; + /* border-width: 0 0 2px 0; */ + /* border-color: var(--color); */ + /* border-style: solid; */ } h4 {