1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

docs: show platforms for each util

This commit is contained in:
Terts Diepraam 2022-04-07 15:12:21 +02:00
parent 5a3434161d
commit 3c09c747dd
2 changed files with 221 additions and 132 deletions

11
docs/theme/head.hbs vendored
View file

@ -5,10 +5,17 @@
main {
position: relative;
}
.version {
.additional {
position: absolute;
top: 1em;
top: 0em;
right: 0;
display: flex;
gap: 5px;
align-items: center;
font-size: 1.3em;
}
.platforms {
font-size: 1.5em;
}
dd > p {
margin-top: 0.2em;