update: add citation, fix css, fix services
This commit is contained in:
@@ -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: '—';
|
||||
}
|
||||
Reference in New Issue
Block a user