style: little css ajustments

This commit is contained in:
Michel Roux 2024-01-17 22:58:17 +01:00
parent 37d264d717
commit a90368fa2e
3 changed files with 2 additions and 3 deletions
src/components

@ -85,6 +85,5 @@ export default {
display: flex;
gap: 2rem;
overflow: scroll hidden;
padding: .5rem;
}
</style>

@ -114,7 +114,7 @@ export default {
.content {
display: flex;
gap: 2rem;
gap: 1rem;
height: 10rem;
position: relative;
}

@ -120,6 +120,6 @@ export default {
<style scoped>
.ended {
opacity: .5;
opacity: .4;
}
</style>