mirror of
https://github.com/wassname/template.git
synced 2026-07-24 13:20:06 +08:00
fixing ol padding
This commit is contained in:
@@ -36,7 +36,7 @@ dt-article h1 {
|
||||
}
|
||||
|
||||
dt-article h1 {
|
||||
font-size: 50px;
|
||||
font-size: 60px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
@@ -128,7 +128,8 @@ dt-article a {
|
||||
}
|
||||
|
||||
dt-article p,
|
||||
dt-article ul {
|
||||
dt-article ul,
|
||||
dt-article ol {
|
||||
margin-bottom: 24px;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
@@ -147,12 +148,15 @@ dt-article .link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
dt-article ul {
|
||||
padding-left: 20px;
|
||||
dt-article ul,
|
||||
dt-article ol {
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
dt-article li {
|
||||
/*margin-bottom: 24px;*/
|
||||
margin-bottom: 24px;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
dt-article pre {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user