mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
b548fec58b
1 changed files with 10 additions and 10 deletions
20
index.html
20
index.html
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue