style tweaks

This commit is contained in:
Rhiannon Morris 2021-03-13 05:28:22 +01:00
parent 5c90ba871f
commit 11c7cc425b
2 changed files with 54 additions and 9 deletions

View file

@ -142,10 +142,21 @@
margin-left: 0.8em;
}
#info h2, #info ul, #info ol, #info p, #info dl {
#info .shaped {
/* maybe one day... */
/* shape-outside: attr(src url); */
shape-margin: 1em;
filter: drop-shadow(5px 5px 8px #0008);
}
#info h2, #info ul, #info ol, #info p, #info dl, #info details {
margin: 0.35em;
}
#info details > * {
margin-left: 0;
}
#updates dl {
display: grid;
grid-template-columns: min-content auto;