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) { @media (max-width: 700px) {
#layout { #layout {
flex-direction: column; flex-direction: column;
margin-top: 10px;
gap: 20px; gap: 20px;
} }
} }

View File

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