mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: adjust paragraph margins and header font sizes
This commit is contained in:
parent
b7975f1b4d
commit
692cb323a5
1 changed files with 18 additions and 1 deletions
|
@ -112,7 +112,15 @@ div.html-body {
|
|||
margin: 0 0 .5rem;
|
||||
}
|
||||
|
||||
p, ul, ol, dl, table, pre, blockquote {
|
||||
h1, h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
ul, ol, dl, table, pre, blockquote {
|
||||
&:not(:last-child) {
|
||||
margin: 0 0 .25rem;
|
||||
}
|
||||
|
@ -120,6 +128,15 @@ div.html-body {
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
&:not(:last-child) {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
&:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.media-container {
|
||||
|
|
Loading…
Add table
Reference in a new issue