mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
23 lines
385 B
Handlebars
23 lines
385 B
Handlebars
<style>
|
|
dd {
|
|
margin-bottom: 1em;
|
|
}
|
|
main {
|
|
position: relative;
|
|
}
|
|
.additional {
|
|
position: absolute;
|
|
top: 0.5em;
|
|
right: 0;
|
|
display: flex;
|
|
gap: 5px;
|
|
align-items: center;
|
|
font-size: 1.3em;
|
|
}
|
|
.platforms {
|
|
font-size: 2rem;
|
|
}
|
|
dd > p {
|
|
margin-top: 0.2em;
|
|
}
|
|
</style>
|