diff --git a/assets/_default/single.scss b/assets/_default/single.scss index 0c901d8..191537a 100644 --- a/assets/_default/single.scss +++ b/assets/_default/single.scss @@ -17,10 +17,10 @@ margin-top: 20px; } img { - border: 1px solid $bg60; border-radius: 5px; + box-shadow: 0 0 40px 10px rgb(30, 30, 45); margin-bottom: 15px; - max-width: 100%; + width: 100%; } @include a-underlined; h2 { diff --git a/assets/errorpages.scss b/assets/errorpages.scss index 3d10d63..7e39bf3 100644 --- a/assets/errorpages.scss +++ b/assets/errorpages.scss @@ -7,7 +7,7 @@ header { margin: 150px 0; text-align: center; - h1 { + h2 { font-size: 2em; } } diff --git a/assets/import/include.scss b/assets/import/include.scss index 6d769f3..2b664de 100644 --- a/assets/import/include.scss +++ b/assets/import/include.scss @@ -35,7 +35,7 @@ &:hover { background: $bg50; } - h1 { + h2 { color: $white; display: flex; font-size: 18px; diff --git a/assets/index.scss b/assets/index.scss index ac810ed..18d7c17 100644 --- a/assets/index.scss +++ b/assets/index.scss @@ -21,7 +21,7 @@ margin: 60px auto; max-width: 600px; text-align: center; - h1 { + h2 { font-size: 2.5em; margin: auto; } @@ -87,7 +87,7 @@ main { &:hover { background: $bg50; } - h1 { + h2 { color: $white; font-size: 18px; font-weight: 400; diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 013c02a..2c116f7 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -12,7 +12,7 @@ {{- range .Pages }}
-

{{ .Title }}

+

{{ .Title }}

{{ with .Description }}

{{ . }}

{{ end }} {{- if eq .Params.type "post" }}

diff --git a/layouts/errorpages/list.html b/layouts/errorpages/list.html index 34474d1..df65941 100644 --- a/layouts/errorpages/list.html +++ b/layouts/errorpages/list.html @@ -7,7 +7,7 @@

-

{{ .Params.heading }}

+

{{ .Params.heading }}

{{.Params.subheading}}
{{.Content}} diff --git a/layouts/errorpages/single.html b/layouts/errorpages/single.html index 4cc77df..6f356ea 100644 --- a/layouts/errorpages/single.html +++ b/layouts/errorpages/single.html @@ -7,7 +7,7 @@