mirror of
https://github.com/wassname/template.git
synced 2026-08-15 12:54:58 +08:00
tweaks
This commit is contained in:
@@ -5,7 +5,7 @@ const T = Template('d-abstract', `
|
||||
<style>
|
||||
:host {
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
font-size: 26px;
|
||||
line-height: 1.7em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
@@ -2,9 +2,9 @@ export const style = `
|
||||
d-byline {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
contain: content;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
line-height: 2em;
|
||||
padding: 1.5em 0;
|
||||
padding: 3em 0;
|
||||
}
|
||||
|
||||
d-byline .byline {
|
||||
|
||||
@@ -23,7 +23,7 @@ const T = Template('d-headline', `
|
||||
}
|
||||
::slotted(h1) {
|
||||
grid-column: text-start / page-end;
|
||||
font-size: 40px;
|
||||
font-size: 48px;
|
||||
font-weight: 700;
|
||||
line-height: 1.3em;
|
||||
margin: 0 0 10px;
|
||||
|
||||
Reference in New Issue
Block a user