feat: Allow the user to add more "archive" like pages #10

Merged
aniva merged 6 commits from routing/extra into main 2024-10-11 01:32:13 -07:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit e714877e47 - Show all commits

View File

@ -103,6 +103,7 @@
@media (max-width: 700px) {
#layout {
flex-direction: column;
margin-top: 10px;
gap: 20px;
}
}

View File

@ -35,8 +35,11 @@
}
@media (max-width: 700px) {
#navbar {
flex-direction: row;
justify-content: start;
display: inline-block;
white-space: pre-wrap;
}
#navbar .nav-link {
display: inline-block;
}
}
</style>