Text size and line-height bike-shedding, second time

This commit is contained in:
Ludwig Schubert
2017-10-16 09:51:37 -07:00
parent 44f14bffe7
commit 1ee5c5f310
6 changed files with 20 additions and 15 deletions
+9
View File
@@ -2,11 +2,13 @@ import { Template } from '../mixins/template';
const T = Template('d-title', `
<style>
:host {
padding-top: 1rem;
contain: content;
display: block;
}
::slotted(h1) {
grid-column: text;
font-size: 50px;
@@ -14,6 +16,13 @@ const T = Template('d-title', `
line-height: 1.05em;
margin: 0 0 0.5rem;
}
::slotted(p) {
font-weight: 300;
font-size: 1.5rem;
line-height: 1.2em;
}
.status {
margin-top: 0px;
font-size: 12px;