mirror of
https://github.com/wassname/template.git
synced 2026-08-08 11:28:20 +08:00
Styling
This commit is contained in:
@@ -3,6 +3,7 @@ dt-article {
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
font: 15px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
|
||||
margin-bottom: 72px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media(min-width: 1024px) {
|
||||
@@ -32,13 +33,17 @@ dt-article h1 {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
dt-article h2 {
|
||||
font-weight: 400;
|
||||
font-size: 28px;
|
||||
font-size: 22px;
|
||||
line-height: 1.25em;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
@media(min-width: 1024px) {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
dt-article h1 + h2 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user