diff --git a/assets/scss/base/list.scss b/assets/scss/base/list.scss index a990a07..d752edc 100644 --- a/assets/scss/base/list.scss +++ b/assets/scss/base/list.scss @@ -25,9 +25,5 @@ display: block; margin-bottom: 1em; } - &__readmore { - margin-bottom: 1em; - display: block; - } } } \ No newline at end of file diff --git a/assets/scss/code/index.scss b/assets/scss/code/index.scss index 0a8cffb..7b3ee37 100644 --- a/assets/scss/code/index.scss +++ b/assets/scss/code/index.scss @@ -1,4 +1,8 @@ #code { + p { + line-height: 1.4; + font-size: 1.2em; + } .page-header { } @@ -29,10 +33,6 @@ i { font-size: 2em; } - p { - line-height: 1.4; - font-size: 1em; - } } #gitea { margin-top: 4em; @@ -169,6 +169,7 @@ grid-area: icon; width: 2em; height: 2em; + margin-top: -0.375em; path { fill: #9A6BEA; } @@ -177,6 +178,7 @@ font-weight: 700; grid-area: title; text-decoration: underline; + font-size: 1.2em; } &__summary { line-height: 1.4; @@ -205,6 +207,7 @@ font-weight: 700; grid-area: title; text-decoration: underline; + font-size: 1.2em; } &__summary { line-height: 1.4; diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 9513d29..aa4c064 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -9,13 +9,14 @@
{{ range .Pages }}
+ {{ with .Params.cover }} {{end}}

{{ .Title }}

+

{{.Summary}}

{{ .Date.Format "January 2, 2006" }} - Read more...
{{ end }}