fix: increase margin on add rss
All checks were successful
repod / xml (push) Successful in 13s
repod / php (push) Successful in 44s
repod / nodejs (push) Successful in 1m49s

This commit is contained in:
Michel Roux 2024-01-10 17:56:00 +01:00
parent 7dadacd0ad
commit 029b7bf399

View File

@ -29,6 +29,6 @@ export default {
<style scoped>
.bar {
margin-top: 1rem;
margin-top: 2rem;
}
</style>