feat: improve header of article
This commit is contained in:
parent
22a753478c
commit
a8eae5f0f9
3 changed files with 24 additions and 9 deletions
|
|
@ -30,6 +30,21 @@ section {
|
|||
border-bottom-width: 1px;
|
||||
border-bottom-color: var(--surface0);
|
||||
border-bottom-style: solid;
|
||||
|
||||
&>p {
|
||||
&.metadata {
|
||||
font-size: .8rem;
|
||||
font-style: italic;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
&.subtitle {
|
||||
color: var(--subtext0);
|
||||
font-size: 1.5rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -87,12 +102,6 @@ h6 {
|
|||
p {
|
||||
margin-top: 1.25rem;
|
||||
margin-bottom: 1.25rem;
|
||||
|
||||
&.subtitle {
|
||||
color: var(--subtext0);
|
||||
margin-top: 0;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue