quick typo pass

This commit is contained in:
Lewis Wynne 2026-04-29 02:36:51 +01:00
parent 6ddb78e668
commit eedd698321
2 changed files with 15 additions and 10 deletions

View file

@ -9,6 +9,10 @@ h1, h2, h3, h4, h5, h6 {
font-size: inherit;
}
h3 {
font-style: italic;
}
img {
max-width: 100%;
height: auto;
@ -47,6 +51,7 @@ code {
.anchor {
text-decoration: none;
margin-right: 0.3em;
color: black;
opacity: 0.3;
}