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 {