diff --git a/assets/css/_page/_home.scss b/assets/css/_page/_home.scss index d6f4c1215..17662b930 100644 --- a/assets/css/_page/_home.scss +++ b/assets/css/_page/_home.scss @@ -124,38 +124,13 @@ } .content { - display: block; margin-top: 0.3rem; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - @include overflow-wrap(break-word); color: $global-font-secondary-color; [data-theme='dark'] & { color: $global-font-secondary-color-dark; } - h2, - h3, - h4, - h5, - h6, - p { - font-size: 1rem; - line-height: 1.5; - display: inline; - - &::after { - content: '\A'; - white-space: pre; - } - } - - h2 { - font-size: 1.125rem; - } - @include link(false, true); b, diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index b9467c0d4..9141ff4c6 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.13" -}} +{{- .Scratch.Set "version" "v0.3.14-0c0fb03a" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}