minor style change

This commit is contained in:
Yan Lin 2026-01-30 17:09:46 +01:00
parent 10d7afaaf4
commit 8a88c5b1be
3 changed files with 18 additions and 4 deletions

View file

@ -72,6 +72,7 @@ header nav {
main {
min-height: 60vh;
font-size: 0.95rem;
}
img {
@ -84,9 +85,9 @@ h1, h2, h3, h4 {
line-height: 1.3;
}
h1 { font-size: 1.75rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.15rem; }
h1 { font-size: 1.5rem; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1.1rem; }
h2::after {
content: " ##";
@ -202,4 +203,10 @@ footer {
border-top: 1px solid var(--border);
color: var(--muted);
font-size: 0.9rem;
.footer-links {
display: flex;
gap: 1.5rem;
margin-bottom: 0.5rem;
}
}