diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index f4230734c..65b708c77 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -174,7 +174,7 @@ div.pagination ul .next.disabled { footer.page-footer { margin-top: 10px; - padding-top: 10px; + padding-top: 0px; } footer .row { diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig index 7cb199668..977f2e026 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig @@ -1,37 +1,4 @@