From 194b5116ecb474d7dc0157f07648f24f56b2e2f7 Mon Sep 17 00:00:00 2001 From: Brandon Krigbaum Date: Tue, 1 Jun 2021 08:40:32 -0500 Subject: [PATCH] Adjust font sizes and spacing --- packages/marko-web-html-sitemap/scss/index.scss | 10 +++++++--- packages/marko-web-html-sitemap/templates/day.marko | 1 - 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/marko-web-html-sitemap/scss/index.scss b/packages/marko-web-html-sitemap/scss/index.scss index 384898d4b..3afc71dd1 100644 --- a/packages/marko-web-html-sitemap/scss/index.scss +++ b/packages/marko-web-html-sitemap/scss/index.scss @@ -1,8 +1,8 @@ $primary: #000 !default; .sitemap { .breadcrumb { + font-size: 1.5rem; background: transparent; - } .page-wrapper { &__title { @@ -16,10 +16,14 @@ $primary: #000 !default; } } .node-list { - &--published-content-list { - margin-bottom: 1.5rem; + &__node { + font-size: 1.1rem; } } + .pagination-controls { + padding-top: 1.2rem; + margin-bottom: 1.5rem; + } .row { &__dates { padding-right: .5rem; diff --git a/packages/marko-web-html-sitemap/templates/day.marko b/packages/marko-web-html-sitemap/templates/day.marko index df0c1e3de..873bfe110 100644 --- a/packages/marko-web-html-sitemap/templates/day.marko +++ b/packages/marko-web-html-sitemap/templates/day.marko @@ -40,7 +40,6 @@ $ const pageNode = { <@nodes nodes=nodes>