diff --git a/assets/css/app/layout.css b/assets/css/app/layout.css index e00c823c..4be123a7 100644 --- a/assets/css/app/layout.css +++ b/assets/css/app/layout.css @@ -108,8 +108,8 @@ body { .back-to-top { cursor: pointer; position: fixed; - bottom: 20px; - right: 20px; + bottom: 60px; + right: 40px; display:none; z-index: 1030; } diff --git a/templates/base.html.twig b/templates/base.html.twig index 020047df..3b4cebba 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -111,7 +111,7 @@ {# Back to top buton #} -