Merge branch 'main' into main

This commit is contained in:
David 2024-09-06 23:32:05 +02:00 committed by GitHub
commit b548fec58b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,16 +122,16 @@
}
}
@media (min-width: 900px) {
.commands {
columns: 4;
max-width: 45rem;
}
}
</style>
<nav>
<menu class="commands"></menu>
</nav>
@media (min-width: 1000px) {
.commands {
columns: 5;
max-width: 55rem;
}
}
</style>
<nav>
<menu class="commands"></menu>
</nav>
</template>
<template id="command-template">