design update, div TODOs added

This commit is contained in:
2026-02-12 10:15:46 +01:00
parent 985fc05aa1
commit be3bbf01f2
6 changed files with 219 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ body {
main {
padding: 24px 32px 48px;
min-height: calc(100vh - 200px);
}
/* Shared components -------------------------------------------------- */
@@ -188,3 +189,7 @@ main {
flex-wrap: wrap;
}
}
footer>p {
margin-bottom: 0;
}