diff --git a/assets/scss/partials/article.scss b/assets/scss/partials/article.scss index c9444d4..2ea1fe2 100644 --- a/assets/scss/partials/article.scss +++ b/assets/scss/partials/article.scss @@ -49,13 +49,13 @@ display: flex; flex-direction: column; justify-content: center; - padding: var(--card-padding); + gap: 15px; } .article-title { font-weight: 600; - margin: 10px 0; + margin: 0; color: var(--card-text-color-main); font-size: 2.2rem; @@ -70,31 +70,31 @@ color: var(--card-text-color-main); } } - - & + .article-subtitle { - margin-top: 0; - } } .article-subtitle { font-weight: normal; color: var(--card-text-color-secondary); - margin: 5px 0; line-height: 1.5; - + margin: 0; font-size: 1.75rem; @include respond(xl) { font-size: 2rem; } } +.article-title-wrapper { + display: flex; + flex-direction: column; + gap: 8px; +} + .article-time, .article-translations { display: flex; align-items: center; color: var(--card-text-color-tertiary); gap: 15px; - margin-top: 10px; flex-wrap: wrap; svg { diff --git a/layouts/partials/article/components/details.html b/layouts/partials/article/components/details.html index 2ec1241..4cd26e3 100644 --- a/layouts/partials/article/components/details.html +++ b/layouts/partials/article/components/details.html @@ -9,17 +9,19 @@ {{ end }} -

- - {{- .Title -}} - -

- - {{ with .Params.description }} -

- {{ . }} -

- {{ end }} +
+

+ + {{- .Title -}} + +

+ + {{ with .Params.description }} +

+ {{ . }} +

+ {{ end }} +
{{ if or (not .Date.IsZero) (.Site.Params.article.readingTime) }}