feat: website/docs responsiveness, unified links

This commit is contained in:
2026-07-09 23:21:10 +02:00
parent 835f899fe1
commit 9fe5b4918c
33 changed files with 698 additions and 38 deletions
+22 -2
View File
@@ -72,14 +72,34 @@
color: #555;
font-size: 0.9em;
}
</style>
@media (max-width: 700px) {
body {
flex-direction: column;
gap: 1em;
padding: 1em 0.75em;
}
.sidebar {
width: auto;
}
.sidebar ul {
display: flex;
flex-wrap: wrap;
gap: 0 1em;
}
.sidebar hr {
width: 100%;
}
}
</style>
</head>
<body>
<div class="sidebar">
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="../index.html">Documentation</a></li>
<li><a href="https://git.montaukos.org/daniel/MontaukOS">Git</a></li>
</ul>
<hr>
<ul>