mirror of
https://github.com/wassname/template.git
synced 2026-07-25 13:30:09 +08:00
Fixing appendix padding
This commit is contained in:
@@ -9,9 +9,7 @@ const html = `
|
||||
color: rgba(0,0,0,0.5);
|
||||
background: rgb(250, 250, 250);
|
||||
padding-top: 36px;
|
||||
padding-right: 24px;
|
||||
padding-bottom: 60px;
|
||||
padding-left: 24px;
|
||||
}
|
||||
dt-appendix h3 {
|
||||
font-size: 16px;
|
||||
|
||||
@@ -36,7 +36,7 @@ dt-article h1 {
|
||||
}
|
||||
|
||||
dt-article h1 {
|
||||
font-size: 60px;
|
||||
font-size: 54px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ dt-article h1 {
|
||||
|
||||
@media(min-width: 1200px) {
|
||||
dt-article h1 {
|
||||
font-size: 54px;
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
dt-article > h1:first-of-type {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user