[Task 3] Fixes, formatting, layout updates

This commit is contained in:
2025-11-17 10:38:31 +01:00
parent 157603d3d7
commit fd8ec668b4
6 changed files with 6492 additions and 47 deletions

View File

@@ -1,20 +1,23 @@
:root {
--spacing: 1rem;
--border-color: #a0a0a0;
--spacing: 1rem;
--border-color: #a0a0a0;
}
/* Style for definition list */
dl {
margin-top: 0;
margin-bottom: 20px;
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
line-height: 1.42857143;
}
dt {
font-weight: 700;
font-weight: 700;
}
dd {
margin-left: 0;
margin-left: 0;
}