style: add padding to make easier to scroll on tops on desktop

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>