Spacing tweaks

This commit is contained in:
Shan Carter
2017-08-30 16:51:53 -07:00
parent efbb6e6a92
commit ff7fccc79c
5 changed files with 41 additions and 37 deletions
+4 -7
View File
@@ -13,7 +13,7 @@ const T = Template('d-title', `
padding-top: 16px;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 12px;
margin-bottom: 18px;
line-height: 1.15;
font-size: 32px;
font-weight: 700;
@@ -26,8 +26,9 @@ const T = Template('d-title', `
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: 1.6em !important;
margin-top: 0 !important;
margin-bottom: 18px !important;
margin-top: -2px !important;
margin-bottom: 36px !important;
border: none !important;
}
@media screen and (min-width: 768px), print {
@@ -47,10 +48,6 @@ const T = Template('d-title', `
}
}
d-byline {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
</style>
<slot></slot>