Added Tour Navigator

This commit is contained in:
2025-10-21 23:13:32 +10:00
parent ef9318b5a3
commit 9b470e07d4
9 changed files with 471 additions and 149 deletions

View File

@@ -145,7 +145,10 @@ main{
display: flex; /* added */
flex-direction: column; /* keep */
flex: 1;
gap: 2em;/* keep */
}
main:not(:has(.no-gap)) {
gap: 2em;
}
/* Push the Footer (last child in main) to the bottom if content is short */