Design change.

This commit is contained in:
Magnus Åhall 2026-05-23 22:55:29 +02:00
parent 068e21c962
commit 21d93f0188
5 changed files with 124 additions and 160 deletions

View file

@ -19,6 +19,7 @@
h2 {
font-size: 1.25em;
margin-top: 32px;
margin-bottom: 0px;
color: var(--color1);
}
@ -29,6 +30,10 @@
color: var(--color1);
}
p {
line-height: 150%;
}
img {
max-width: var(--thumbnail-width);
max-height: var(--thumbnail-height);