This commit is contained in:
Marc Beninca 2025-02-15 23:11:55 +01:00
parent 39231d0f00
commit d84bf3a6b9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 23 additions and 20 deletions

View file

@ -1,3 +1,3 @@
* {
border: 1px dashed gray;
border: 1px dashed lightgray;
}

View file

@ -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;
}