Update events

This commit is contained in:
Dennis Reimann
2022-04-21 12:49:51 +02:00
parent ba0d2dabbe
commit b2036f60d3
2 changed files with 29 additions and 3 deletions

View File

@@ -114,8 +114,21 @@ ul {
margin-bottom: var(--space-l);
}
ul ul {
margin-bottom: 0;
ol {
margin-left: 1.5rem;
margin-bottom: var(--space-l);
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-top: var(--space-m);
margin-bottom: var(--space-m);
}
li + li {
margin: var(--space-xs) 0;
}
table {
@@ -136,6 +149,7 @@ table {
h1,
p,
ul,
ol,
table {
& + h2 {
margin-top: var(--space-xl);