diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss index 99d31e103..a1d9ee519 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss @@ -497,10 +497,10 @@ div.sticky-buttons { bottom: 3em; right: 2em; .btn-circle { - width: 60px; height: 60px; + width: 50px; height: 50px; border-radius: 50%; text-align: center; - padding: 0.9rem 1rem; + padding: 0.45rem 0.7rem; display: block; margin-bottom: 0.35rem; } diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/App.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/App.vue index ea50a7bf7..cf8ad2a1d 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/App.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/App.vue @@ -102,4 +102,7 @@ export default { \ No newline at end of file