mirror of
https://github.com/wassname/template.git
synced 2026-08-13 12:40:25 +08:00
Minor spacing and style changes
This commit is contained in:
@@ -7,15 +7,13 @@ const T = Template('d-abstract', `
|
||||
display: block;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.6em;
|
||||
padding-bottom: 1.5em;
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
font-family: georgia, serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
::slotted(p) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 1em;
|
||||
grid-column: text-start / middle-end;
|
||||
}
|
||||
${body('d-abstract')}
|
||||
|
||||
Reference in New Issue
Block a user