style: add padding to make easier to scroll on tops on desktop
All checks were successful
repod / xml (push) Successful in 2m4s
repod / php (push) Successful in 1m2s
repod / nodejs (push) Successful in 2m56s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-19 11:45:10 +01:00
parent a480d70faf
commit 4da4e6a3a1

View File

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