sticky buttons smaller

This commit is contained in:
Mathieu Jaumotte 2022-01-25 14:32:57 +01:00
parent 502f2aceed
commit fb720a382f
2 changed files with 5 additions and 2 deletions

View File

@ -497,10 +497,10 @@ div.sticky-buttons {
bottom: 3em; bottom: 3em;
right: 2em; right: 2em;
.btn-circle { .btn-circle {
width: 60px; height: 60px; width: 50px; height: 50px;
border-radius: 50%; border-radius: 50%;
text-align: center; text-align: center;
padding: 0.9rem 1rem; padding: 0.45rem 0.7rem;
display: block; display: block;
margin-bottom: 0.35rem; margin-bottom: 0.35rem;
} }

View File

@ -102,4 +102,7 @@ export default {
</script> </script>
<style scoped> <style scoped>
a.nav-link {
cursor: pointer;
}
</style> </style>