Add margin to header and remove unused styles from article and info sections

This commit is contained in:
2026-04-10 10:54:55 +08:00
parent e4689268f2
commit a0affeb5c4

View File

@@ -103,6 +103,7 @@ header {
font-size: 2rem;
text-decoration: none;
line-height: 120%;
margin-top: 1rem;
}
.uri {
@@ -149,25 +150,6 @@ h3 {
font-style: normal
}
article .header {
font-size: 1rem;
font-style: normal;
color: var(--color-tag1);
text-align: left;
}
.info,.info a {
color: var(--color-tag2);
font-size: 1rem;
font-style: normal;
text-align: left;
}
.info a:visited {
color: var(--color-tag2);
}
section.body {
margin-top: 2rem;
}