wip
This commit is contained in:
parent
39231d0f00
commit
d84bf3a6b9
3 changed files with 23 additions and 20 deletions
|
@ -14,6 +14,10 @@ body {
|
|||
max-inline-size: 102ch;
|
||||
}
|
||||
|
||||
article.org {
|
||||
border: .1em solid gray;
|
||||
}
|
||||
|
||||
article header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -28,12 +32,9 @@ section.images {
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
h1 { font-size: 1.25rem; }
|
||||
h2 { font-size: 1.20rem; }
|
||||
h3 { font-size: 1.15rem; }
|
||||
h4 { font-size: 1.10rem; }
|
||||
h5 { font-size: 1.05rem; }
|
||||
h6 { font-size: 1.00rem; }
|
||||
h1 { font-size: 1.15rem; }
|
||||
h2 { font-size: 1.10rem; }
|
||||
h3 { font-size: 1.05rem; }
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-block: .5em;
|
||||
}
|
||||
|
@ -50,6 +51,7 @@ img.inline {
|
|||
}
|
||||
img.org {
|
||||
block-size: 2.5em;
|
||||
margin-inline-end: .5em;
|
||||
}
|
||||
|
||||
table {
|
||||
|
@ -74,6 +76,7 @@ ul {
|
|||
|
||||
.columns {
|
||||
display: grid;
|
||||
gap: 1em;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue