From 75cca6c7cde88ff2b9b74cd7dd6b0195b4aa9fdc Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Wed, 23 Aug 2017 11:50:06 -0700 Subject: [PATCH] Minor layout tweaks --- src/components/d-byline.js | 1 + src/components/d-title.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/components/d-byline.js b/src/components/d-byline.js index 0edd0cd..63aeb3d 100644 --- a/src/components/d-byline.js +++ b/src/components/d-byline.js @@ -112,6 +112,7 @@ const T = Template('d-byline', ` .byline { display: flex; + min-height: 40px; } } diff --git a/src/components/d-title.js b/src/components/d-title.js index 56273c8..36851f0 100644 --- a/src/components/d-title.js +++ b/src/components/d-title.js @@ -21,6 +21,10 @@ const T = Template('d-title', ` font-weight: 700; } +::slotted(h2) { + border-bottom: none !important; +} + @media screen and (min-width: 768px), print { ::slotted(h1) { font-size: 42px;