fix: use proper html tag

This commit is contained in:
2023-08-05 15:11:04 +02:00
parent cdf3849322
commit 0525100bc6
10 changed files with 19 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ footer {
border-top: 2px solid var(--border);
}
#main {
main {
grid-area: "main";
padding: 3rem 3rem 3rem 3rem;
font-size: 1.3rem;
@@ -74,7 +74,7 @@ a:visited {
color: var(--text);
}
#main a {
main a {
position: relative;
top: 0.2rem;
}