Files

24 lines
385 B
Handlebars
Raw Permalink Normal View History

2022-01-20 18:41:07 +01:00
<style>
dd {
margin-bottom: 1em;
}
2022-01-20 23:20:29 +01:00
main {
position: relative;
}
2022-04-07 15:12:21 +02:00
.additional {
2022-01-20 23:20:29 +01:00
position: absolute;
top: 0.5em;
2022-01-20 23:20:29 +01:00
right: 0;
2022-04-07 15:12:21 +02:00
display: flex;
gap: 5px;
align-items: center;
font-size: 1.3em;
}
.platforms {
font-size: 2rem;
2022-01-20 23:20:29 +01:00
}
2022-01-22 11:39:07 +01:00
dd > p {
margin-top: 0.2em;
}
</style>