diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 1ee63d97..5bd2144a 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -1,7 +1,6 @@ --- -layout: main +layout: default --- -{% render "partials/header.liquid", meta: meta, page: page, nav: nav %} {{ content }} {% render "partials/now/media-grid.liquid", data:artists, icon: "microphone-2", title: "Artists", shape: "square", count: 8, loading: 'eager' %} {% render "partials/now/media-grid.liquid", data:albums, icon: "vinyl", title: "Albums", shape: "square", count: 8 %} diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 81943c36..4128235f 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -252,7 +252,7 @@ article { .now__topper h2 { font-size: var(--font-size-xl); - line-height: var(--line-height-xl); + line-height: 0; margin-top: 0; margin-bottom: 1rem; } @@ -709,6 +709,10 @@ article .now__section--header { margin-bottom: 1rem; } +.now__section--header:first-of-type { + margin-top: 0; +} + .now__explainer { font-size: var(--font-size-xs); line-height: var(--line-height-xs); @@ -1073,7 +1077,6 @@ textarea { .now__topper h2 { font-size: var(--font-size-2xl); - line-height: var(--line-height-2xl); } .avatar__wrapper .avatar__wrapper--interior {