1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00
uutils-coreutils/docs/theme/head.hbs
2022-04-07 15:12:21 +02:00

23 lines
384 B
Handlebars

<style>
dd {
margin-bottom: 1em;
}
main {
position: relative;
}
.additional {
position: absolute;
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;
}
</style>