mirror of
https://github.com/wassname/template.git
synced 2026-08-11 11:27:20 +08:00
checkpoint
This commit is contained in:
+10
-1
@@ -12,20 +12,29 @@ const html = `
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
dt-article.centered dt-byline {
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
dt-byline a {
|
||||
text-decoration: none;
|
||||
}
|
||||
dt-byline .authors {
|
||||
text-align: left;
|
||||
}
|
||||
dt-byline .name {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
dt-byline .date {
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
dt-byline .year, dt-byline .month {
|
||||
display: inline;
|
||||
}
|
||||
dt-byline .citation {
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
dt-byline .citation div {
|
||||
display: inline;
|
||||
@@ -39,7 +48,7 @@ const html = `
|
||||
@media(min-width: 1024px) {
|
||||
dt-byline {
|
||||
border-bottom: none;
|
||||
margin-bottom: 48px;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
dt-byline a:hover {
|
||||
|
||||
Reference in New Issue
Block a user