1
0

update: add citation, fix css, fix services

This commit is contained in:
2025-07-20 14:09:54 +02:00
parent 5a28fb9bf8
commit 98f91afb64
2 changed files with 57 additions and 13 deletions

View File

@@ -22,7 +22,6 @@ html {
}
body {
min-height: 90vh;
margin: 1em auto;
width: min(40em, 90%);
background-color: var(--surface);
@@ -34,4 +33,15 @@ body {
a {
color: var(--iris);
}
figure {
text-align: right;
padding-right: 0.5em;
margin-top: 4em;
border-right: 0.2em solid var(--highlightHigh);
}
figcaption::before {
content: '—';
}